@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");.rg-box{max-width:1000px;margin:20px 0;padding:20px 20px 5px 20px;background-color:#fff;border-radius:14px;box-shadow:0 1px 2px rgba(0,0,0,.04),0 8px 24px rgba(0,0,0,.08);font-family:"Inter",sans-serif;}.rg-tabs{display:flex;align-items:center;border-bottom:2px solid #e5e7eb;margin-bottom:18px;justify-content:space-between;}.rg-tab-button{font-family:"Inter",sans-serif;padding:8px 18px;background:transparent;border:none;cursor:pointer;font-size:14px;font-weight:500;color:#374151;position:relative;transition:all .2s ease-in-out;flex:1;text-align:center;}.rg-tab-button:first-child{border-top-left-radius:4px;}.rg-tab-button:last-child{border-top-right-radius:4px;}.rg-tab-button:hover{color:#111827;}.rg-tab-button.active,.rg-tab-button[aria-selected="true"]{background-color:#fff;color:#111827;border:1px solid #faae1c;border-radius:0;}.rg-tab-button.active:hover,.rg-tab-button[aria-selected="true"]:hover{background-color:#fff;color:#000;}.rg-tab-button:focus{outline:none;box-shadow:0 1px 6px rgba(255,69,0,.45);border:1px solid #ff9800;}.rg-form-content{margin-bottom:20px;}.rg-form-panel{background-color:#fff;border-radius:8px;}.rg-search-section{display:flex;align-items:center;gap:12px;width:100%;}.rg-search-section input[type="text"]{font-family:"Inter",sans-serif;flex:1;padding:10px 16px;border:1px solid #7e7f80;border-radius:8px;font-size:12px;outline:none;transition:border-color .2s ease;}.rg-search-section button{font-family:"Inter",sans-serif;padding:10px 26px;background-color:#0c224a;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:12px;font-weight:500;transition:background-color .2s ease;}.rg-search-section button:hover{background-color:#005a87;}.rg-manual-link{font-family:"Inter",sans-serif;color:#6c757d;text-decoration:double;font-size:13px;font-weight:500;margin-left:9px;}.rg-manual-link:hover{text-decoration:none;}.rg-form-fields{font-family:"Inter",sans-serif;display:grid;grid-template-columns:1fr 1fr;gap:10px 30px;max-height:300px;overflow-y:auto;margin-bottom:20px;}.rg-form-fields label{font-family:"Inter",sans-serif;font-size:13px;font-weight:500;}.rg-form-fields input,.rg-form-fields textarea{width:100%;padding:12px;margin-bottom:12px;border:1px solid #ccc;border-radius:4px;font-size:14px;box-sizing:border-box;transition:border-color .3s ease;}.rg-form-fields input:focus,.rg-form-fields textarea:focus{outline:none;border-color:#0073aa;box-shadow:0 0 0 3px rgba(0,115,170,.1);}.rg-form-fields input[type="date"]{width:200px;}.rg-form-fields input[type="url"]{width:100%;}.rg-description{font-family:"Inter",sans-serif;display:block;font-size:12px;color:#6c757d;margin-top:-8px;margin-bottom:8px;}.rg-generate-btn{font-family:"Inter",sans-serif;padding:10px 30px;background-color:#faae1c;color:black;border:none;border-radius:16px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .3s ease;margin-top:35px;}.rg-generate-btn:hover{background-color:#218838;}.rg-more-menu{display:grid;grid-template-columns:1fr 1fr;gap:10px 30px;max-height:300px;overflow-y:auto;margin-bottom:20px;}.rg-more-type{font-family:"Inter",sans-serif;padding:10px 15px;background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;cursor:pointer;font-size:14px;text-align:left;transition:all .3s ease;box-shadow:0 1px 6px rgba(0,0,0,.1);}.rg-more-type:hover{background-color:#e9ecef;border-color:#adb5bd;}.rg-more-type:focus{outline:none;border-color:#0073aa;box-shadow:0 0 0 2px rgba(0,115,170,.2);}.rg-more-form{border-top:1px solid #e0e0e0;padding-top:20px;}.rg-results{margin-top:15px;max-height:400px;overflow-y:auto;}.rg-spinner{display:inline-block;width:20px;height:20px;border:3px solid #f3f3f3;border-top:3px solid #0073aa;border-radius:50%;animation:spin 1s linear infinite;margin-left:10px;vertical-align:middle;}@keyframes spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}.rg-error{color:#dc3545;padding:12px;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;margin:10px 0;font-size:14px;}.rg-output-container{font-family:"Inter",sans-serif;margin:20px 0;display:grid;grid-template-columns:1fr 1fr;gap:20px;}.rg-output-block{background-color:#fff;border:1px solid #ddd;border-radius:8px;padding:20px;position:relative;}.rg-output-block h4{margin:0 0 15px 0;color:#333;font-size:16px;font-weight:600;padding-bottom:10px;border-bottom:1px solid #eee;}.rg-output{min-height:60px;font-family:"Inter",sans-serif;line-height:1.8;border-left:4px solid #0073aa;padding-left:15px;}.rg-bibliography{border-left-color:#0073aa;}.rg-citation{border-left-color:#28a745;}.rg-output p{margin:0;text-align:left;}.rg-copy-btn{font-family:"Inter",sans-serif;position:absolute;top:15px;right:15px;padding:6px 12px;background-color:#e2e5e7;color:black;border:none;border-radius:5px;cursor:pointer;font-size:12px;font-weight:500;transition:background-color .3s ease;}.rg-copy-btn:hover{background-color:#5a6268;}.rg-copy-btn:focus{outline:none;box-shadow:0 0 0 2px rgba(108,117,125,.3);}[hidden]{display:none !important;}@media (max-width: 768px){.rg-box{padding:16px;margin:12px 0;border-radius:12px;}.rg-tab-button:first-child{border-top-left-radius:4px;border-top-right-radius:4px;}.rg-tab-button:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:1px solid #ddd;}.rg-tab-button.active,.rg-tab-button[aria-selected="true"]{border:1px solid #faae1c;border-radius:0;}.rg-search-section{flex-direction:column;align-items:stretch;gap:10px;}.rg-search-section input[type="text"]{width:auto;}.rg-search-section button{width:100%;}.rg-more-menu{grid-template-columns:1fr;}.rg-output-container{grid-template-columns:1fr;gap:15px;}.rg-form-fields{display:grid;grid-template-columns:1fr;max-height:300px;overflow-y:auto;margin-bottom:20px;}.rg-form-fields input[type="number"],.rg-form-fields input[type="date"]{width:100%;}.rg-generate-btn{width:100%;}}@media (max-width: 600px){.rg-output-container{grid-template-columns:1fr;}}@media (max-width: 480px){.rg-box{padding:10px;}.rg-search-section{padding:10px;}.rg-form-panel{padding:15px;}.rg-output-block{padding:15px;}}@media print{.rg-box{border:none;box-shadow:none;background-color:transparent;padding:0;}.rg-search-section,.rg-tabs,.rg-form-content,.rg-generate-btn,.rg-copy-btn{display:none;}.rg-output-container{grid-template-columns:1fr;gap:20px;}.rg-output-block{border:none;background-color:transparent;padding:0;}.rg-output{border-left:none;padding-left:0;}}.rg-box[data-style*="chicago"] .rg-bibliography{border-left-color:#8b4513;}.rg-box[data-style*="harvard"] .rg-bibliography{border-left-color:#a31621;}.rg-box[data-style*="apa"] .rg-bibliography{border-left-color:#1f4e79;}.rg-box[data-style*="mla"] .rg-bibliography{border-left-color:#2e8b57;}.rg-box[data-style*="oxford"] .rg-bibliography{border-left-color:#4b0082;}.rg-box[data-style*="ieee"] .rg-bibliography{border-left-color:#f60;}.rg-box[data-style*="vancouver"] .rg-bibliography{border-left-color:#dc143c;}.rg-box[data-style*="ama"] .rg-bibliography{border-left-color:#008080;}.rg-box[data-style*="oscola"] .rg-bibliography{border-left-color:#800080;}.rg-box[data-style*="asa"] .rg-bibliography{border-left-color:#ff4500;}.rg-box[data-style*="aglc"] .rg-bibliography{border-left-color:#8b008b;}.rg-box[data-style*="griffith"] .rg-bibliography{border-left-color:#cd853f;}.rg-tab-button:focus-visible{outline:2px solid #0073aa;outline-offset:2px;}.rg-more-type:focus-visible{outline:2px solid #0073aa;outline-offset:2px;}.rg-tab-button[aria-selected="true"]{color:#000;background-color:#fff;}*{transition:border-color .3s ease,box-shadow .3s ease;}@keyframes loading{0%,20%{opacity:1;}50%{opacity:.5;}80%,100%{opacity:1;}}.fluentform *{box-sizing:border-box;}.fluentform .clearfix:after,.fluentform .clearfix:before,.fluentform .ff-el-group:after,.fluentform .ff-el-group:before,.fluentform .ff-el-repeat .ff-el-input--content:after,.fluentform .ff-el-repeat .ff-el-input--content:before,.fluentform .ff-step-body:after,.fluentform .ff-step-body:before{content:" ";display:table;}.fluentform .clearfix:after,.fluentform .ff-el-group:after,.fluentform .ff-el-repeat .ff-el-input--content:after,.fluentform .ff-step-body:after{clear:both;}@media (min-width:768px){.frm-fluent-form .ff-t-container{display:flex;gap:15px;width:100%;}.frm-fluent-form .ff-t-cell{display:flex;flex-direction:column;vertical-align:inherit;width:100%;}.frm-fluent-form .ff-t-cell:first-of-type{padding-left:0;}.frm-fluent-form .ff-t-cell:last-of-type{flex-grow:1;padding-right:0;}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom{align-items:flex-end;display:flex;margin:auto 0 0;}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button{margin-bottom:20px;}}@media (max-width:768px){.ff-t-cell{margin-left:0 !important;}}.fluentform .ff-el-group{margin-bottom:20px;}.fluentform .ff-el-group.ff-el-form-top .ff-el-input--label{display:block;float:none;text-align:left;}.fluentform .ff-el-group.ff-el-form-top .ff-el-input--content{margin-bottom:0;margin-left:auto;}.fluentform .ff-el-input--label{display:inline-block;margin-bottom:5px;position:relative;}.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after{color:var(--fluentform-danger);content:" *";margin-left:3px;}.fluentform .ff-el-form-control{display:block;width:100%;}.fluentform input[type=checkbox],.fluentform input[type=radio]{display:inline-block;margin:0;}.fluentform .ff-text-left{text-align:left;}.fluentform .ff-el-form-control::-moz-placeholder{color:#868e96;opacity:1;}.fluentform .ff-el-form-control::placeholder{color:#868e96;opacity:1;}.fluentform .ff-el-form-control:disabled,.fluentform .ff-el-form-control[readonly]:not(.flatpickr-input){background-color:#e9ecef;opacity:1;}.ff-errors-in-stack{display:none;margin-top:15px;}@keyframes skeleton-loading{0%{background-color:#e3e6e8;}to{background-color:#f0f3f5;}}.fluentform div.ff-el-form-hide_label>.ff-el-input--label{display:none;visibility:hidden;}@keyframes ff-progress-anim{0%{width:0;}5%{width:0;}10%{width:15%;}30%{width:40%;}50%{width:55%;}80%{width:100%;}95%{width:100%;}to{width:0;}}:root{--fluentform-primary:#1a7efb;--fluentform-secondary:#606266;--fluentform-danger:#f56c6c;--fluentform-border-color:#dadbdd;--fluentform-border-radius:7px;--fluentform-input-select-height:auto;}.ff-default .ff_btn_style{border:1px solid transparent;border-radius:7px;cursor:pointer;display:inline-block;font-size:16px;font-weight:500;line-height:1.5;padding:8px 20px;position:relative;text-align:center;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;}.ff-default .ff_btn_style:focus,.ff-default .ff_btn_style:hover{opacity:.8;outline:0;text-decoration:none;}.ff-default .ff-btn-lg{border-radius:6px;font-size:18px;line-height:1.5;padding:8px 16px;}.ff-default .ff-el-form-control{background-clip:padding-box;background-image:none;border:1px solid var(--fluentform-border-color);border-radius:var(--fluentform-border-radius);color:var(--fluentform-secondary);font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1;margin-bottom:0;max-width:100%;padding:11px 15px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;}.ff-default .ff-el-form-control:focus{background-color:#fff;border-color:var(--fluentform-primary);color:var(--fluentform-secondary);outline:none;}select.ff-el-form-control:not([size]):not([multiple]){height:var(--fluentform-input-select-height,auto);}@keyframes ff_move{0%{background-position:0 0;}to{background-position:50px 50px;}}.ff-default{font-family:inherit;}.ff-default .ff-el-input--label label{display:inline-block;font-weight:500;line-height:inherit;margin-bottom:0;}