@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap";body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#f5f7fa 0%,#e8ecf1 100%);min-height:100vh;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{background:#f0f4f8;border-radius:4px;padding:2px 6px;font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;font-size:.9em}.btn{font:inherit;cursor:pointer;color:#fff;letter-spacing:.5px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;margin:0 1rem;padding:.75rem 2rem;font-weight:600;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #667eea4d}.btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.btn:focus{outline-offset:2px;outline:3px solid #667eea80}.btn:active{transform:translateY(0)}.card{background-color:#fff;border:1px solid #0000000d;border-radius:12px;width:20rem;padding:1.5rem;transition:all .3s;box-shadow:0 4px 20px #00000014}.card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000001f}.modal{text-align:center;z-index:10;background-color:#fff;border:1px solid #0000000d;border-radius:16px;width:30rem;padding:2rem;animation:.3s modalSlideIn;position:fixed;top:20vh;left:calc(50% - 15rem);box-shadow:0 10px 40px #00000026}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.backdrop{z-index:1;background-color:#000000bf;width:100%;height:100vh;position:fixed;top:0;left:0}.upload-area{border:4px dashed #000;width:500px;height:200px;margin-top:-100px;margin-left:-250px;position:absolute;top:50%;left:50%}.upload-area p{text-align:center;color:#000;width:100%;height:100%;font-family:Arial;line-height:170px}.upload-area input{opacity:0;outline:none;width:100%;height:100%;margin:0;padding:0;position:absolute}.upload-area button{color:#fff;background:#16a085;border:none;border-bottom:4px solid #117a60;border-radius:4px;outline:none;width:508px;height:35px;margin:-20px 0 0 -4px;transition:all .2s}.upload-area button:hover{color:#0c5645;background:#fff}.upload-area button:active{border:0}.testimonial-section{text-align:center;background:#fff;margin:3rem 0;padding:4rem 10%}.testimonial-card{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:1px solid #0000000d;border-radius:16px;margin:1rem;padding:2rem;box-shadow:0 4px 20px #0000000f}.stats-section{text-align:center;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin:3rem 10%;display:grid}.stat-card{background:#fff;border-radius:16px;padding:2rem;transition:all .3s;box-shadow:0 4px 20px #00000014}.stat-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.stat-number{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:3rem;font-weight:700}.stat-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:1rem;font-weight:600}.feature-card{text-align:center;background:#fff;border:1px solid #0000000d;border-radius:16px;padding:1.25rem;transition:all .3s;box-shadow:0 4px 20px #00000014}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001f}.feature-icon{margin-bottom:.5rem;font-size:1.75rem}.feature-title{color:#2d3748;margin-bottom:.4rem;font-size:1rem;font-weight:700}.feature-description{color:#64748b;font-size:.8rem;line-height:1.4}.alert-yellow{color:#2d3748;background:#fff;border:2px solid #fbbf24;border-radius:0;width:100%;margin:0;padding:.75rem 10%;font-family:Segoe UI,sans-serif;font-size:.8rem;font-weight:500;position:relative;overflow:hidden;box-shadow:0 8px 30px #fbbf2426}.alert-yellow:before{content:"⚠️";font-size:1.1rem;position:absolute;top:.6rem;left:calc(10% + .6rem)}.alert-yellow strong{color:#f59e0b;margin-bottom:.15rem;margin-left:2rem;font-size:.85rem;display:block}.alert-yellow:not(strong){margin-left:0}@media (max-width:768px){.alert-yellow{padding:.75rem 5%;font-size:.8rem}.alert-yellow:before{font-size:1rem;top:.5rem;left:calc(5% + .5rem)}.alert-yellow strong{margin-left:1.75rem;font-size:.85rem}}.App{text-align:center}.App-logo{pointer-events:none;height:40vmin}@media (prefers-reduced-motion:no-preference){.App-logo{animation:20s linear infinite App-logo-spin}}.App-header{color:#fff;background-color:#282c34;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;font-size:calc(10px + 2vmin);display:flex}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in-up{animation:.6s ease-out forwards fadeInUp}.animate-fade-in{animation:.4s ease-out forwards fadeIn}html{scroll-behavior:smooth;height:100%;font-family:Segoe UI,SegoeUI,Helvetica Neue,Helvetica,Arial,sans-serif;overflow:hidden}*{box-sizing:border-box}body{background:linear-gradient(135deg,#f5f7fa 0%,#e8ecf1 100%);height:100%;margin:0;padding:0;overflow:hidden}#root{flex-direction:column;height:100%;display:flex;overflow:hidden}.main-page-title{color:#2d3748;letter-spacing:-.5px;text-align:center;margin:1rem 10% .5rem;font-family:Segoe UI,sans-serif;font-size:2rem;font-weight:700}.main-page-title h1{font-size:inherit;font-weight:inherit;margin:0}.section-container{max-width:1400px;margin:0 auto;padding:0 2rem}.main{flex-direction:column;flex:1;width:100%;padding-bottom:4rem;display:flex;overflow:hidden auto}.main::-webkit-scrollbar{width:10px}.main::-webkit-scrollbar-track{background:#0000000d}.main::-webkit-scrollbar-thumb{background:#667eea4d;border-radius:5px}.main::-webkit-scrollbar-thumb:hover{background:#667eea80}.filler{margin:50px auto}.signout-message{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;max-width:600px;margin:2rem auto;padding:2rem;font-size:1.25rem;font-weight:600;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 30px #667eea4d}.homepage-page-title{color:#2d3748;letter-spacing:-.5px;text-align:center;border-bottom:3px solid #0000;border-image:linear-gradient(90deg,#0000 0%,#667eea 50%,#0000 100%) 1;margin:.75rem 10% .35rem;padding-bottom:1rem;font-family:Segoe UI,sans-serif;font-size:1.35rem;font-weight:700}.homepage-page-title h1{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;text-transform:uppercase;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text;margin:0;padding:4px 0;font-size:1.5rem;font-weight:700}.section-subtitle{text-align:center;color:#64748b;margin:.5rem 10% .75rem;font-size:.85rem;font-weight:500;line-height:1.4}.content-layout{align-items:flex-start;gap:1.5rem;margin:0 10%;display:flex}.features-sidebar{flex-direction:column;flex:0 0 280px;gap:1rem;display:flex}.instructions-main{flex:1;min-width:0}.features-sidebar .feature-card{text-align:center;background:#fff;border:1px solid #0000000d;border-radius:16px;padding:1.25rem;transition:all .3s;box-shadow:0 4px 20px #00000014}.features-sidebar .feature-card:hover{transform:translate(5px);box-shadow:0 8px 30px #0000001f}.features-sidebar .feature-icon{margin-bottom:.75rem;font-size:2rem}.features-sidebar .feature-title{color:#2d3748;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.features-sidebar .feature-description{color:#64748b;font-size:.85rem;line-height:1.4}@media (max-width:1024px){.content-layout{flex-direction:column}.features-sidebar{flex-direction:row;flex:1;gap:1rem;width:100%}.features-sidebar .feature-card{flex:1;min-width:200px}}@media (max-width:768px){.features-sidebar{flex-direction:column}.content-layout{margin:0 5%}}.homepage-main-content{background:#fff;border:1px solid #0000000d;border-radius:20px;height:100%;padding:1.5rem;line-height:1.5;position:relative;overflow:hidden;box-shadow:0 10px 50px #00000014}.homepage-main-content:before{content:"";background:linear-gradient(#667eea 0%,#764ba2 100%);width:5px;height:100%;position:absolute;top:0;left:0}.homepage-main-content ol{counter-reset:item;padding-left:0;list-style:none}.homepage-main-content>ol>li{counter-increment:item;padding:.4rem 0 .4rem 2.25rem;font-size:.875rem;list-style:none;position:relative}.homepage-main-content>ol>li:before{content:counter(item);color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:700;display:flex;position:absolute;top:.4rem;left:0;box-shadow:0 2px 10px #667eea4d}.homepage-main-content ul{margin-top:.5rem;padding-left:1.5rem;list-style:outside}.homepage-main-content ul li{padding:.5rem 0;list-style:outside}.homepage-main-content ul li:before{content:none}.homepage-main-content b{background:linear-gradient(135deg,#f0f4f8 0%,#e8ecf1 100%);border:1px solid #00000014;border-radius:6px;margin:.15rem 0;padding:1px 6px;font-family:Consolas,monospace;font-size:.8rem;display:inline-block}.resource-link{color:#667eea;background:linear-gradient(135deg,#667eea0d 0%,#764ba20d 100%);border:1px solid #667eea33;border-radius:8px;padding:.5rem 1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.resource-link:hover{background:linear-gradient(135deg,#667eea1a 0%,#764ba21a 100%);border-color:#667eea66;transform:translate(4px);box-shadow:0 2px 8px #667eea33}.resource-link:focus{outline-offset:2px;outline:2px solid #667eea80}.resource-card:hover{transform:translateY(-8px);box-shadow:0 15px 50px #00000026!important}@media (max-width:768px){.homepage-page-title{margin:.75rem 5%;font-size:1.25rem}.homepage-page-title h1{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;text-transform:uppercase;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text;margin:0;padding:4px 0;font-size:1.5rem;font-weight:700}.section-subtitle{font-size:.8rem}.homepage-main-content{margin:.75rem 5%;padding:1rem}.features-grid{gap:.75rem;margin:.75rem 5%}.feature-card{padding:1.25rem}}.signout-message{text-align:center;margin:auto}.spinner-container{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background-color:#fffffff2;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:fixed;inset:0}.spinner-container:after{content:"Processing your request...";color:#667eea;margin-top:6rem;font-size:1.1rem;font-weight:600;animation:2s ease-in-out infinite pulse}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.loading-spinner{border:6px solid #667eea;border-color:#667eea #764ba2 #e2e8f0 #e2e8f0;border-radius:50%;width:60px;height:60px;animation:1s cubic-bezier(.68,-.55,.265,1.55) infinite spinner;box-shadow:0 4px 20px #667eea33}.md-rendered{word-wrap:break-word;overflow-wrap:break-word;line-height:1.6}.md-rendered h1,.md-rendered h2,.md-rendered h3,.md-rendered h4,.md-rendered h5,.md-rendered h6{color:#1a3a5c;margin:.75em 0 .35em;font-weight:700;line-height:1.3}.md-rendered h1{font-size:14pt}.md-rendered h2{font-size:13pt}.md-rendered h3{font-size:12.5pt}.md-rendered h4{font-size:12pt}.md-rendered h5{font-size:11.5pt}.md-rendered h6{font-size:11pt}.md-rendered h1:first-child,.md-rendered h2:first-child,.md-rendered h3:first-child{margin-top:0}.md-rendered strong{font-weight:700}.md-rendered code{background:#e8eaed;border-radius:3px;padding:1px 5px;font-family:Consolas,Courier New,monospace;font-size:9pt}.md-rendered pre{background:#e8eaed;border-radius:6px;margin:.5em 0;padding:10px 14px;overflow-x:auto}.md-rendered pre code{white-space:pre;background:0 0;padding:0;font-family:Consolas,Courier New,monospace;font-size:9pt;display:block}.md-rendered ul{margin:.35em 0;padding-left:1.5em;list-style-type:disc}.md-rendered ul ul{list-style-type:circle}.md-rendered ul ul ul{list-style-type:square}.md-rendered ul li{margin-bottom:.15em}.md-rendered ol{margin:.35em 0;padding-left:1.5em;list-style-type:decimal}.md-rendered ol li{margin-bottom:.15em}.md-rendered hr{border:none;border-bottom:1px solid #c0c6ce;margin:.75em 0}.md-rendered p{margin:.35em 0}.md-rendered table{border-collapse:collapse;width:100%;margin:.5em 0;font-size:.85rem}.md-rendered th,.md-rendered td{text-align:left;border:1px solid #d1d5db;padding:5px 10px}.md-rendered th{color:#1a3a5c;background:#eef1f6;font-weight:700}.md-rendered blockquote{color:#475569;border-left:3px solid #667eea;margin:.5em 0;padding-left:12px}.md-rendered a{color:#667eea;text-decoration:underline}.md-rendered a:hover{color:#764ba2}html{width:100%;height:100%}body{color:#000c;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#f5f7fa 0%,#e8ecf1 100%);font-size:14px;line-height:1.6em}.overlay,.form-panel.one:before{background:#000c;width:100%;height:100%;display:none;position:absolute;top:0;left:0}.form{z-index:15;box-sizing:border-box;background:#fff;border:1px solid #0000000d;border-radius:20px;width:600px;margin:50px auto 10px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 10px 50px #0000001a}.form:hover{transform:translateY(-5px);box-shadow:0 15px 60px #00000026}.report-layout{flex-wrap:nowrap;justify-content:center;align-items:flex-start;gap:1.5rem;width:95%;max-width:1600px;height:calc(100vh - 220px);margin:.5rem auto;padding-bottom:1rem;display:flex;overflow:hidden}.report-layout .form{flex-direction:column;flex:1 1 0;width:100%;height:100%;margin:0;display:flex;overflow:hidden}.report-layout .form .form-panel{flex-direction:column;flex:1;padding:1rem;display:flex;overflow:hidden auto}.report-layout .form .form-content{flex:1;overflow:hidden auto}.report-layout .form .form-panel::-webkit-scrollbar{width:6px}.report-layout .form .form-panel::-webkit-scrollbar-track{background:#0000000d}.report-layout .form .form-panel::-webkit-scrollbar-thumb{background:#667eea4d;border-radius:3px}.report-layout .form .form-content::-webkit-scrollbar{width:6px}.report-layout .form .form-content::-webkit-scrollbar-track{background:#0000000d}.report-layout .form .form-content::-webkit-scrollbar-thumb{background:#667eea4d;border-radius:3px}.report-layout>.form:first-child{flex:0 0 calc(33.333% - .75rem)}.report-layout>.form.ai-chat{flex:0 0 calc(66.667% - .75rem)}@media (max-width:1400px){.report-layout{gap:24px}}@media (max-width:1180px){.report-layout{flex-wrap:wrap;width:90%}.report-layout .form{flex:100%}}@media (max-width:720px){.report-layout{flex-direction:column;width:95%;height:calc(100vh - 180px);margin:.5rem auto;padding-bottom:.5rem;overflow-y:auto}.report-layout .form{height:auto;min-height:400px}.report-layout .form .form-panel{padding:1rem}.report-layout>.form:first-child,.report-layout>.form.ai-chat{flex:auto}}.form-toggle{z-index:10;transform-origin:50%;opacity:0;cursor:pointer;background:#fff;border-radius:100%;width:60px;height:60px;transition:all .3s;position:absolute;top:60px;right:60px;transform:translateY(-25%)scale(0)}.form-toggle:before,.form-toggle:after{content:"";background:#4285f4;width:30px;height:4px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.form-toggle:before{transform:translate(-50%,-50%)rotate(45deg)}.form-toggle:after{transform:translate(-50%,-50%)rotate(-45deg)}.form-toggle.visible{opacity:1;transform:translateY(-25%)scale(1)}.form-group{flex-wrap:wrap;justify-content:space-between;margin:0 0 .75rem;display:flex}.form-group:last-child{margin:0}.form-group label{color:#475569;text-transform:uppercase;letter-spacing:.5px;margin:0 0 6px;font-size:12px;font-weight:600;line-height:1;display:block}.two .form-group label{color:#fff}.form-group input{box-sizing:border-box;color:#000000de;width:100%;font-family:inherit;font-size:inherit;font-weight:500;line-height:inherit;background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;outline:none;padding:10px 14px;transition:all .3s;display:block}.form-group input:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input::placeholder{color:#94a3b8}.two .form-group input,.two .form-group input:focus{color:#fff}.form-group button{color:#fff;width:100%;font-family:inherit;font-size:inherit;font-weight:600;line-height:inherit;text-transform:uppercase;cursor:pointer;letter-spacing:.5px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:0;border-radius:8px;outline:none;padding:14px 20px;transition:all .3s;box-shadow:0 4px 15px #667eea4d}.form-group button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.form-group button:focus{outline-offset:2px;outline:3px solid #667eea80}.form-group button:disabled{opacity:.6;cursor:not-allowed;transform:none}.two .form-group button{color:#4285f4;background:#fff}.form-group .form-remember{letter-spacing:0;text-transform:none;font-size:12px;font-weight:400}.form-group .form-remember input[type=checkbox]{width:auto;margin:0 10px 0 0;display:inline-block}.form-group .form-recovery{color:#4285f4;font-size:12px;text-decoration:none}.form-panel{box-sizing:border-box;padding:60px calc(5% + 60px) 60px 60px}.form-panel.one:before{content:"";opacity:0;visibility:hidden;transition:all .3s;display:block}.form-panel.one.hidden:before{opacity:1;visibility:visible;display:block}.form-panel.two{z-index:5;cursor:pointer;background:#4285f4;width:100%;min-height:100%;padding:60px calc(10% + 60px) 60px 60px;transition:all .3s;position:absolute;top:0;left:95%}.form-panel.two:before,.form-panel.two:after{content:"";background:#fff3;width:2px;height:30px;transition:all .3s;display:block;position:absolute;top:60px;left:1.5%}.form-panel.two:after{left:3%}.form-panel.two:hover{left:93%;box-shadow:0 0 10px #0003}.form-panel.two:hover:before,.form-panel.two:hover:after{opacity:0}.form-panel.two.active{cursor:default;left:10%;box-shadow:0 0 10px #0003}.form-panel.two.active:before,.form-panel.two.active:after{opacity:0}.form-header{text-align:center;border-bottom:3px solid #0000;border-image:linear-gradient(90deg,#0000 0%,#667eea 50%,#0000 100%) 1;flex-shrink:0;margin:0 0 .75rem;padding-bottom:.75rem}.form-header h1{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;text-transform:uppercase;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text;margin:0;padding:4px 0;font-size:1.35rem;font-weight:700}.form-header .subtitle{color:#64748b;margin-top:.4rem;font-size:.8rem;font-weight:500}.two .form-header h1{z-index:40;color:#fff;position:relative}.pen-footer{flex-direction:row;justify-content:space-between;width:600px;margin:20px auto 100px;display:flex}.pen-footer a{color:#fff;text-shadow:1px 2px #0000001a;font-size:12px;text-decoration:none}.pen-footer a .material-icons{vertical-align:middle;width:12px;margin:0 5px;font-size:12px}.cp-fab{color:#4285f4!important;background:#fff!important}.ai-chat-panel{flex-direction:column;height:100%;display:flex;overflow:hidden}.chat-content{flex-direction:column;flex:1;gap:.75rem;height:100%;display:flex;overflow:hidden}.chat-messages{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;flex:auto;min-height:200px;max-height:none;margin-bottom:0;padding:12px;font-size:13px;overflow:hidden auto;box-shadow:inset 0 2px 8px #0000000a}.chat-message{white-space:pre-wrap;word-wrap:break-word;background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:8px;padding:10px 12px;font-size:.875rem;line-height:1.4;transition:all .2s;box-shadow:0 2px 8px #0000000a}.chat-message:hover{box-shadow:0 4px 12px #00000014}.chat-message.assistant{white-space:normal;background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border-color:#bae6fd}.chat-message.user{background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border-color:#bbf7d0}.chat-message.thinking{opacity:.75;font-style:italic}.chat-role{text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-right:6px;font-size:10px;font-weight:700}.chat-quick-actions{flex-wrap:wrap;gap:.5rem;display:flex}.chat-quick-btn{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:0;border-radius:8px;padding:6px 12px;font-size:.75rem;font-weight:600;transition:all .3s;box-shadow:0 2px 8px #667eea4d}.chat-quick-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.chat-quick-btn:focus{outline-offset:2px;outline:2px solid #667eea80}.chat-quick-btn:active{transform:translateY(0)}.chat-input-area{align-items:stretch;gap:.5rem;display:flex}.chat-input{resize:none;background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;outline:none;flex:auto;min-height:50px;max-height:100px;padding:10px 12px;font-family:inherit;font-size:13px;transition:all .3s}.chat-input:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.chat-send-btn{color:#fff;text-transform:uppercase;cursor:pointer;letter-spacing:.5px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:0;border-radius:8px;padding:0 24px;font-size:13px;font-weight:600;transition:all .3s;box-shadow:0 2px 8px #667eea4d}.chat-send-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.chat-send-btn:focus{outline-offset:2px;outline:2px solid #667eea80}.chat-send-btn:disabled{opacity:.5;cursor:not-allowed}.chat-disclaimer{opacity:.65;margin:4px 0 0;font-size:10px;line-height:1.25}.chat-messages::-webkit-scrollbar{width:8px}.chat-messages::-webkit-scrollbar-track{background:0 0}.chat-messages::-webkit-scrollbar-thumb{background:#00000026;border-radius:4px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#00000040}.success-badge{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:50px;align-items:center;gap:.5rem;margin-top:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.form-info-box{color:#475569;background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border-left:4px solid #667eea;border-radius:8px;margin-bottom:.75rem;padding:.75rem;font-size:.8rem;line-height:1.4}.form-info-box strong{color:#667eea;margin-bottom:.2rem;font-size:.85rem;display:block}.error-text,.error-text-dropzone{color:red;text-transform:none;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif!important}.auth-button{color:#fff;cursor:pointer;letter-spacing:.3px;background:#fff3;border:2px solid #fff6;border-radius:8px;padding:.5rem 1.5rem;font-size:14px;font-weight:600;transition:all .3s}.auth-button:hover{background:#ffffff4d;border-color:#fff9;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.auth-button:focus{outline-offset:2px;outline:2px solid #fff9}.auth-button:active{transform:translateY(0)}.btn-secondary.auth-button{color:#fff!important;background:#fff3!important;border:2px solid #fff6!important}.btn-secondary.auth-button:hover{background:#ffffff4d!important;border-color:#fff9!important}.header{z-index:1000;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);width:100%;height:5rem;position:relative;top:0;box-shadow:0 4px 20px #667eea33}.header nav{max-width:1600px;height:100%;margin:0 auto;padding:0 2rem}.header ul{align-items:center;gap:1rem;height:100%;margin:0;padding:0;list-style:none;display:flex}.header li{width:auto;margin:0}.header li:last-child:not(:first-child){flex-grow:1;justify-content:flex-end;display:flex}.header a{color:#fff;border-radius:8px;padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.header a:hover,.header a:active{background:#ffffff26}.header a.active{background:#fff3;box-shadow:inset 0 -3px #fffc}.header a:focus{outline-offset:2px;outline:2px solid #fff9}.sign_object{color:#fff;display:inline-block}.sign_object div{align-items:center;gap:1rem;margin-left:auto;margin-right:0;display:flex}.profile{background:#ffffff1a;border-radius:8px;align-items:center;gap:1rem;padding:.5rem 1rem;display:flex}.page-banner{color:#475569;text-align:center;z-index:1001;background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border-bottom:1px solid #667eea26;padding:.75rem 10%;position:relative;box-shadow:0 2px 10px #00000014}.page-banner p{margin:0;font-size:.875rem;font-weight:500;line-height:1.5}.page-banner:after{content:"";background:linear-gradient(90deg,#0000 0%,#667eea 25%,#764ba2 50%,#667eea 75%,#0000 100%);height:2px;position:absolute;bottom:0;left:0;right:0}@media (max-width:768px){.page-banner{padding:.6rem 5%}.page-banner p{font-size:.8rem}}.resources-page-title{color:#282c34;margin-left:20%;margin-right:20%;font-family:sans-serif;font-size:17px;font-weight:600}.resources-main-content{background-color:#f2f2f2;border:.125rem solid #e6e6e6;margin-left:20%;margin-right:20%}.faq-page{scroll-behavior:smooth;max-width:1200px;max-height:calc(100vh - 200px);margin:0 auto;padding:2rem 10% 5rem;overflow:hidden auto}.faq-page::-webkit-scrollbar{width:8px}.faq-page::-webkit-scrollbar-track{background:#0000000d;border-radius:4px}.faq-page::-webkit-scrollbar-thumb{background:#667eea4d;border-radius:4px;transition:all .3s}.faq-page::-webkit-scrollbar-thumb:hover{background:#667eea80}.faq-header{text-align:center;border-bottom:3px solid #0000;border-image:linear-gradient(90deg,#0000 0%,#667eea 50%,#0000 100%) 1;margin-bottom:3rem;padding-bottom:2rem}.faq-header h1{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;text-transform:uppercase;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;padding:8px 0;font-size:2.5rem;font-weight:700}.faq-subtitle{color:#2d3748;margin:1rem 0 .5rem;font-size:1.25rem;font-weight:600}.faq-description{color:#64748b;margin:0;font-size:1rem}.faq-content{flex-direction:column;gap:3rem;display:flex}.faq-section{background:#fff;border:1px solid #0000000d;border-radius:16px;padding:2rem;transition:all .3s;box-shadow:0 4px 20px #00000014}.faq-section:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000001f}.faq-section-title{color:#2d3748;border-bottom:2px solid #e2e8f0;align-items:center;gap:.75rem;margin:0 0 1.5rem;padding-bottom:1rem;font-size:1.75rem;font-weight:700;display:flex}.faq-icon{font-size:2rem}.faq-item{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-left:4px solid #667eea;border-radius:12px;margin-bottom:1.5rem;padding:1.25rem;transition:all .3s}.faq-item:last-child{margin-bottom:0}.faq-item:hover{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border-left-color:#764ba2;transform:translate(4px)}.faq-question{color:#667eea;margin:0 0 .75rem;font-size:1.1rem;font-weight:600;line-height:1.4}.faq-answer{color:#475569;margin:0;font-size:1rem;line-height:1.6}.faq-answer strong{color:#2d3748;font-weight:600}.faq-answer ul{margin:.5rem 0 0 1.5rem;padding:0}.faq-answer li{color:#475569;margin:.5rem 0}.support-section{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.support-section .faq-section-title{color:#fff;border-bottom-color:#ffffff4d}.support-info{color:#fff}.support-info>p{margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.contact-cards{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.contact-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff26;border:1px solid #fff3;border-radius:12px;padding:1.5rem;transition:all .3s}.contact-card:hover{background:#ffffff40;transform:translateY(-4px);box-shadow:0 8px 20px #0003}.contact-icon{margin-bottom:.75rem;font-size:2.5rem}.contact-card h4{color:#fff;margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.contact-card a{color:#fff;border-bottom:2px solid #ffffff80;font-weight:500;text-decoration:none;transition:all .3s}.contact-card a:hover{border-bottom-color:#fff}.contact-card p{color:#fffffff2;margin:0;font-weight:500}.support-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#fff3;border:1px solid #ffffff4d;border-radius:50px;justify-content:center;align-items:center;gap:.75rem;padding:1rem 1.5rem;font-size:1rem;font-weight:600;display:flex}.badge-icon{font-size:1.5rem}@media (max-width:768px){.faq-page{padding:1rem 5% 4rem}.faq-header h1{font-size:2rem}.faq-subtitle{font-size:1.1rem}.faq-description{font-size:.95rem}.faq-section{padding:1.5rem}.faq-section-title{text-align:center;flex-direction:column;gap:.5rem;font-size:1.5rem}.faq-icon{font-size:2.5rem}.faq-question{font-size:1rem}.faq-answer{font-size:.95rem}.contact-cards{grid-template-columns:1fr}.support-badge{flex-direction:column;padding:1rem}}@media (max-width:480px){.faq-header h1{font-size:1.75rem}.faq-item{padding:1rem}.contact-icon{font-size:2rem}}.footer{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#64748b;z-index:100;text-transform:capitalize;background:#fffffff2;border-top:1px solid #0000000f;width:100%;padding:1rem;font-size:.8rem;font-weight:500;position:fixed;bottom:0;left:0;box-shadow:0 -4px 20px #0000000d}
