:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#02a070}*{box-sizing:border-box}body{margin:0;background-color:#fff;font-size:18px;line-height:1.55}.app-shell{position:relative;min-height:100vh;display:flex;flex-direction:column;color:#0e3f32;isolation:isolate}.background-linear-gradient{position:fixed;inset:0;z-index:-2;background:linear-gradient(180deg,#ffffff80 16%,#f7fff7 27%,#f7fff78c 90%)}.tile-background{position:fixed;inset:0;z-index:-1;opacity:.16;background-image:linear-gradient(#000000 1px,transparent 1px),linear-gradient(to right,#000000 1px,transparent 1px);background-size:20px 25px}.app-header{width:min(2260px,calc(100vw - 2rem));margin:1rem auto .75rem;padding:1.1rem 1.8rem;border-radius:18px;border:1px solid rgba(2,160,112,.2);background:#ffffffe6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:space-between;gap:1rem;position:sticky;top:.75rem;z-index:10}.brand-link{line-height:0}.brand-logo{width:190px;height:auto}.top-nav{display:flex;align-items:center;gap:.7rem}.top-nav a{text-decoration:none;color:#0e3f32;font-weight:600;font-size:1.12rem;border-radius:999px;padding:.45rem .9rem;transition:background-color .2s ease,color .2s ease}h2{font-size:2.3rem;line-height:1.2;margin:0}h3{font-size:1.55rem;line-height:1.25;margin:0}.top-nav a.active{color:#fff;background-color:#02a070}.user-chip{display:flex;align-items:center;gap:.6rem;font-weight:600;color:#0e3f32}.user-chip .button{padding:.45rem .9rem;font-size:1rem}.app-content>section.auth-card{max-width:420px;margin:3rem auto;padding:2rem;background:linear-gradient(160deg,#fff,#f3fbf7);border:1px solid rgba(2,160,112,.18);border-radius:18px;box-shadow:0 24px 60px #02a07024,0 2px 6px #0e3f320d,inset 0 1px #ffffffb3}.auth-heading{margin-bottom:1.4rem}.auth-heading h2{font-size:1.7rem}.auth-heading p{margin:.4rem 0 0;font-size:.98rem;color:#3f5d56}.auth-card label{font-size:1rem;gap:.35rem}.auth-card label strong{font-size:1rem;font-weight:600}.auth-card input[type=text],.auth-card input[type=email]{font-size:1rem;font-weight:400;padding:.7rem .9rem;background:linear-gradient(180deg,#fff,#f7fffb);box-shadow:inset 0 1px 2px #02a07014;transition:box-shadow .2s ease,border-color .2s ease}.auth-card input[type=text]::placeholder,.auth-card input[type=email]::placeholder{font-size:1rem;font-weight:400}.auth-card input[type=text]:focus,.auth-card input[type=email]:focus{outline:none;border-color:#02a070;box-shadow:inset 0 1px 2px #02a0701f,0 0 0 3px #02a0702e}.auth-card .button{font-size:1rem;padding:.7rem 1.2rem;transition:box-shadow .2s ease,transform .2s ease}.auth-card .button:hover{box-shadow:0 0 0 3px #02a07038,0 10px 26px #02a07073;transform:translateY(-1px)}.auth-card .button:active{transform:translateY(0);box-shadow:0 0 0 3px #02a07040}.google-button{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;width:100%;background:#fff;color:#1f1f1f;border:1px solid rgba(2,160,112,.45);border-radius:999px;padding:.7rem 1.2rem;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;box-shadow:0 0 #02a07000;transition:box-shadow .25s ease,transform .15s ease,border-color .25s ease,background .2s ease}.google-button svg{flex-shrink:0}.google-button:hover{background:#fff;border-color:#02a070;transform:translateY(-1px);box-shadow:0 0 0 1px #02a07040,0 3px 10px #02a07047}.google-button:active{transform:translateY(0) scale(.98);border-color:#02a070;box-shadow:0 0 0 1px #02a07059,0 1px 4px #02a07040}.google-button:focus-visible{outline:none;border-color:#02a070;box-shadow:0 0 0 2px #02a07047}.app-content{flex:1;width:min(2260px,calc(100vw - 2rem));margin:0 auto 2rem;padding:1.5rem;border-radius:20px;background:#ffffffd1;border:1px solid rgba(2,160,112,.14)}.app-content.app-content--bare{background:transparent;border:none;padding:0}.app-content>section{max-width:2100px;margin:0 auto}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.2rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.35rem}.card,.processing-card,.video-player,.enriched-text-container{background:#fff;border-radius:16px;border:1px solid rgba(2,160,112,.14);box-shadow:0 12px 35px #02a07014}.card{padding:1.2rem;display:flex;flex-direction:column;gap:.9rem;transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-3px);box-shadow:0 16px 40px #02a07021}.card h3,.card p{margin:0}.card-meta{display:flex;flex-wrap:wrap;gap:.55rem;font-size:.95rem;color:#3f5d56}.button{background:#02a070;color:#fff;border:none;border-radius:999px;padding:.85rem 1.4rem;font-size:1.14rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.button.secondary{background:#0e3f32}.button:disabled{opacity:.6;cursor:not-allowed}.form-grid{display:grid;gap:1.1rem;max-width:none}.submission-layout{display:grid;grid-template-columns:minmax(820px,1.6fr) minmax(520px,1fr);gap:1.8rem;align-items:start}.submission-main,.submission-side{background:#ffffffeb;border:1px solid rgba(2,160,112,.14);border-radius:16px;padding:1.5rem;box-shadow:0 10px 30px #02a0700f}.submission-side .section-heading{margin-bottom:.75rem}label{display:grid;gap:.45rem;font-size:1.2rem}label strong{font-size:1.95rem;line-height:1.2}textarea,input[type=file],input[type=text],input[type=email],input[type=number],select{width:100%;padding:1rem 1.15rem;border-radius:12px;border:1px solid rgba(2,160,112,.2);background:#fff;font-family:inherit;font-size:1.26rem}.title-input{font-size:1.42rem!important;font-weight:600;padding:1.1rem 1.2rem!important;min-height:3.7rem}textarea{min-height:240px;resize:vertical}textarea::placeholder,input::placeholder{font-size:1.2rem}.dropzone{display:flex;flex-direction:column;gap:.7rem;padding:1.4rem;border:2px dashed rgba(2,160,112,.35);border-radius:14px;background:linear-gradient(180deg,#fff,#f7fffb);transition:border-color .15s ease,background .15s ease}.dropzone--active{border-color:#02a070;background:linear-gradient(180deg,#f7fffb,#e9f9f4)}.dropzone>p{margin:0;font-size:1.1rem;color:#3f5d56}.dropzone-status{font-size:1rem;color:#02a070;font-weight:600}input[type=file]::file-selector-button{font-size:1.28rem;padding:.65rem 1.1rem;border-radius:8px;border:1px solid rgba(14,63,50,.45);background:#fff;margin-right:.6rem}small{font-size:1.02rem}.status-badge{display:inline-flex;align-items:center;font-size:1rem;background:#e9f9f4;color:#0e3f32;padding:.33rem .62rem;border-radius:999px}.processing-list{display:flex;flex-direction:column;gap:.72rem}.processing-card{padding:.95rem 1rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.processing-card span{color:#507069;font-size:.95rem}.video-shell{display:grid;gap:1rem}.video-player{overflow:hidden}.source-text-block{background:#fff;border-radius:16px;border:1px solid rgba(2,160,112,.14);box-shadow:0 12px 35px #02a07014;padding:1.25rem 1.4rem;max-height:320px;overflow-y:auto}.source-text-block h3{margin-bottom:.6rem}.source-text-block p{margin:0;white-space:pre-wrap;line-height:1.6}.enriched-text-container{padding:1rem;max-height:360px;overflow-y:auto;position:relative}.enriched-segment{padding:.72rem;border-radius:10px;line-height:1.6;transition:background .2s ease}.enriched-segment.active{background:#e9f9f4;box-shadow:inset 0 0 0 1px #02a070}.token-button{color:#02a070;font-weight:700;border:none;background:transparent;border-bottom:1px dotted currentColor;cursor:pointer}.definition-popover{position:absolute;left:50%;transform:translate(-50%);bottom:-1rem;background:#0e3f32;color:#fff;padding:.7rem .95rem;border-radius:10px;max-width:260px;box-shadow:0 15px 40px #0e3f3259}.notification-center{position:fixed;bottom:1.2rem;right:1.2rem;display:flex;flex-direction:column;gap:.6rem;z-index:40}.notification{background:#0e3f32;color:#fff;padding:.8rem 1rem;border-radius:12px;display:flex;align-items:center;gap:.7rem}.notification button{background:#d4f8eb;color:#0e3f32;border:none;border-radius:8px;padding:.35rem .6rem;font-weight:700;cursor:pointer}@media(max-width:800px){.app-header{flex-direction:column;align-items:flex-start;padding:.85rem 1rem}.brand-logo{width:148px}.app-content{padding:1rem}.submission-layout{grid-template-columns:1fr}.submission-main,.submission-side{padding:1rem}.processing-card{flex-direction:column;align-items:flex-start}.debug-panel__grid{grid-template-columns:1fr}}.debug-panel{margin-top:.75rem;border:1px solid rgba(14,63,50,.18);border-radius:12px;background:linear-gradient(135deg,#f0fdf8,#f8fafc);overflow:hidden;transition:box-shadow .25s ease}.debug-panel[open]{box-shadow:0 4px 24px #02a0701a}.debug-panel__summary{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;cursor:pointer;font-weight:600;font-size:.95rem;color:#3f5d56;-webkit-user-select:none;user-select:none;list-style:none;transition:background .2s ease}.debug-panel__summary::-webkit-details-marker{display:none}.debug-panel__summary:before{content:"▸";font-size:.85rem;transition:transform .2s ease}.debug-panel[open]>.debug-panel__summary:before{transform:rotate(90deg)}.debug-panel__summary:hover{background:#02a0700f}.debug-panel__icon{font-size:1.1rem;line-height:1}.debug-panel__badge{margin-left:auto;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#b45309;background:#fef3c7;padding:.15rem .5rem;border-radius:999px}.debug-panel__body{padding:0 1rem 1rem;display:flex;flex-direction:column;gap:1rem}.debug-panel__grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.debug-panel__field{display:flex;flex-direction:column;gap:.25rem}.debug-panel__label{font-weight:600;font-size:.82rem;color:#3f5d56;text-transform:uppercase;letter-spacing:.03em}.debug-panel__input{width:100%;padding:.5rem .65rem;font-size:.92rem;border:1px solid rgba(14,63,50,.18);border-radius:8px;background:#fff;font-family:SF Mono,Cascadia Code,Fira Code,monospace;transition:border-color .2s ease,box-shadow .2s ease}.debug-panel__input:focus{outline:none;border-color:#02a070;box-shadow:0 0 0 3px #02a0701f}.debug-panel__input::placeholder{font-size:.85rem;color:#94a3b8;font-family:inherit}.debug-panel__toggle-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem .75rem;border:1px solid rgba(14,63,50,.1);border-radius:10px;background:#ffffffb3;cursor:pointer}.debug-panel__toggle-label{display:flex;flex-direction:column;gap:.15rem}.debug-panel__hint{font-size:.78rem;color:#94a3b8;font-weight:400}.debug-panel__toggle{position:relative;flex-shrink:0;width:44px;height:24px}.debug-panel__toggle input{position:absolute;opacity:0;width:0;height:0}.debug-panel__toggle-track{position:absolute;inset:0;border-radius:999px;background:#cbd5e1;transition:background .2s ease;cursor:pointer}.debug-panel__toggle-track:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000026;transition:transform .2s ease}.debug-panel__toggle--on .debug-panel__toggle-track{background:#02a070}.debug-panel__toggle--on .debug-panel__toggle-track:after{transform:translate(20px)}.debug-panel__actions{display:flex;justify-content:flex-end}.debug-panel__reset{font-size:.82rem;font-weight:600;color:#64748b;background:transparent;border:1px solid #e2e8f0;border-radius:8px;padding:.4rem .85rem;cursor:pointer;transition:color .2s ease,border-color .2s ease,background .2s ease}.debug-panel__reset:hover{color:#b91c1c;border-color:#fca5a5;background:#fff1f2}.video-content-layout{display:grid;grid-template-columns:1.6fr 1fr;gap:1.5rem;margin-top:1.5rem;align-items:start}@media(max-width:1024px){.video-content-layout{grid-template-columns:1fr}}.original-text-card,.metadata-panel{background:#ffffffe6;border:1px solid rgba(2,160,112,.14);border-radius:16px;padding:1.5rem;box-shadow:0 10px 30px #02a0700d}.original-text-card{display:flex;flex-direction:column;gap:.75rem}.original-text-card h3,.metadata-panel h3{margin:0;color:#0e3f32;font-size:1.35rem;font-weight:600;border-bottom:1px solid rgba(2,160,112,.1);padding-bottom:.5rem}.original-text-body{font-size:1.08rem;line-height:1.6;color:#0e3f32;white-space:pre-wrap;background:#f8fafc;padding:1rem;border-radius:10px;border:1px solid rgba(2,160,112,.06)}.metadata-grid{display:flex;flex-direction:column;gap:.85rem;margin-top:1rem}.metadata-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;background:#f8fafc;border-radius:8px;border:1px solid rgba(2,160,112,.05);font-size:.95rem}.metadata-label{font-weight:600;color:#507069;text-transform:uppercase;font-size:.78rem;letter-spacing:.05em}.metadata-value{color:#0e3f32;font-weight:500;font-family:inherit;word-break:break-all;max-width:60%;text-align:right}.metadata-value.mono{font-family:SF Mono,Cascadia Code,Fira Code,monospace;font-size:.85rem}.prompt-list-container{margin-top:1rem}.prompt-list-title{font-size:.9rem;font-weight:600;color:#507069;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.prompt-item{font-size:.9rem;line-height:1.4;color:#0e3f32;background:#f1f5f9;padding:.5rem .75rem;border-radius:8px;margin-bottom:.5rem;border-left:3px solid #02a070}.loading-spinner{display:inline-block;width:1.5rem;height:1.5rem;border:3px solid rgba(2,160,112,.2);border-radius:50%;border-top-color:#02a070;animation:spin 1s ease-in-out infinite}.loading-container{display:flex;align-items:center;gap:.75rem;padding:1rem}@keyframes spin{to{transform:rotate(360deg)}}
