*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scrollbar-gutter:stable}:root{--green: #006b3f;--green-l: #00875a;--green-d: #004d2c;--gold: #f9a825;--red: #c62828;--bg: #f5f5f5;--surface: #ffffff;--border: #e0e0e0;--text: #212121;--muted: #757575;--radius: 8px;--shadow: 0 2px 8px rgba(0,0,0,.08)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh;display:flex;flex-direction:column}#app{display:flex;flex-direction:column;flex:1}a{color:var(--green);text-decoration:none}a:hover{text-decoration:underline}.container{width:100%;max-width:960px;margin:0 auto;padding:0 1.5rem;flex:1}.container--narrow{width:100%;max-width:560px;margin:0 auto;padding:0 1.5rem;flex:1}nav{background:var(--green);color:#fff;padding:.9rem 0;box-shadow:0 2px 4px #00000026}.nav-inner{display:flex;align-items:center;justify-content:space-between;max-width:960px;margin:0 auto;padding:0 1.5rem}.nav-brand{font-size:1.2rem;font-weight:700;color:#fff}.nav-brand:hover{text-decoration:none}.nav-links{display:flex;gap:1.2rem;align-items:center}.nav-link-narrow{display:none}.hamburger{display:none;font-size:1rem;line-height:1}.nav-links a{color:#ffffffe6;font-size:.95rem}.nav-links a:hover{color:#fff;text-decoration:none}.nav-links a.nav-active{color:#fff;font-weight:600;border-bottom:2px solid rgba(255,255,255,.8);padding-bottom:1px}.nav-links button{background:#ffffff26;border:1px solid rgba(255,255,255,.4);color:#fff;padding:.35rem .9rem;border-radius:var(--radius);cursor:pointer;font-size:.9rem}.nav-links button:hover{background:#ffffff40}.user-menu{position:relative}.user-menu-btn{display:flex;align-items:center;gap:.45rem;background:#ffffff26;border:1px solid rgba(255,255,255,.4);color:#fff;padding:.35rem .75rem;border-radius:var(--radius);cursor:pointer;font-size:.9rem;font-family:inherit;white-space:nowrap}.user-menu-btn:hover{background:#ffffff40}.user-menu-btn .chevron{font-size:.65rem;opacity:.8;transition:transform .2s}.user-menu-btn.open .chevron{transform:rotate(180deg)}.user-dropdown{display:none;position:absolute;right:0;top:calc(100% + .5rem);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);min-width:180px;z-index:100;overflow:hidden}.user-dropdown.open{display:block}.user-dropdown-header{padding:.7rem 1rem;border-bottom:1px solid var(--border);background:var(--bg)}.user-dropdown-header .uname{font-weight:600;color:var(--text);font-size:.95rem}.user-dropdown-header .urole{font-size:.78rem;color:var(--muted);margin-top:.1rem;text-transform:capitalize}.user-dropdown a,.user-dropdown button.dropdown-item{display:block;width:100%;text-align:left;padding:.6rem 1rem;font-size:.9rem;font-family:inherit;color:var(--text);background:none;border:none;border-radius:0;cursor:pointer;text-decoration:none}.user-dropdown a:hover,.user-dropdown button.dropdown-item:hover{background:var(--bg);text-decoration:none;color:var(--green)}.page-header{padding:2rem 0 1.2rem;border-bottom:1px solid var(--border);margin-bottom:2rem}.page-header h1{font-size:1.6rem;font-weight:700}.page-header p{color:var(--muted);margin-top:.3rem}.page-header-row{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem}.section-heading{font-size:1.05rem;font-weight:600;margin:1.8rem 0 .8rem}.context-note{font-size:.9rem;margin-top:.85rem;color:var(--text)}.card-actions{padding-top:1rem;margin-top:1rem;border-top:1px solid var(--border);display:flex;gap:.6rem;flex-wrap:wrap}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.4rem;box-shadow:var(--shadow)}.card+.card{margin-top:1rem}.card--collapsed{padding:.75rem 1.4rem}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.8rem;gap:1rem}.card-header h3{font-size:1rem;font-weight:600}.card-meta{font-size:.85rem;color:var(--muted);margin-top:.3rem}.card-body{font-size:.95rem}.badge{display:inline-block;padding:.2rem .65rem;border-radius:99px;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.badge--open{background:#e8f5e9;color:var(--green-d)}.badge--in_progress{background:#fff8e1;color:#e65100}.badge--closed{background:#fce4ec;color:var(--red)}.badge--stale{background:#fbe9e7;color:#bf360c}.btn{display:inline-block;padding:.55rem 1.2rem;border-radius:var(--radius);font-size:.95rem;font-weight:500;font-family:inherit;cursor:pointer;border:none;transition:opacity .15s}.btn:hover{opacity:.88}.btn--primary{background:var(--green);color:#fff}.btn--secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn--danger{background:var(--red);color:#fff}.btn--gold{background:var(--gold);color:#212121}.btn--sm{padding:.35rem .8rem;font-size:.85rem}.btn--full{width:100%;text-align:center}.form-group{margin-bottom:1.1rem}.form-group label{display:block;font-size:.9rem;font-weight:500;margin-bottom:.4rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.6rem .85rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.95rem;font-family:inherit;background:var(--surface);transition:border-color .15s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--green)}.form-group textarea{resize:vertical;min-height:100px}.tabs-row{display:flex;align-items:flex-end;justify-content:space-between}.tabs{display:flex;border-bottom:2px solid var(--border);margin-bottom:1.5rem;flex:1;overflow-x:auto;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.role-pill{font-size:.78rem;font-weight:600;padding:.25rem .75rem;border-radius:99px;margin-bottom:.4rem;white-space:nowrap;margin-left:1rem}.role-pill--client{background:#e3f2fd;color:#1565c0}.role-pill--translator{background:#e8f5e9;color:var(--green-d)}.tab-btn{padding:.6rem 1.2rem;background:none;border:none;font-size:.95rem;font-family:inherit;cursor:pointer;color:var(--muted);border-bottom:2px solid transparent;margin-bottom:-2px;white-space:nowrap;flex-shrink:0}.tab-btn.active{color:var(--green);border-bottom-color:var(--green);font-weight:600}.tab-content{display:none}.tab-content.active{display:block}.tab-desc{color:var(--muted);font-size:.9rem;margin:-.5rem 0 1.2rem}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border)}.pagination-info{color:var(--muted);font-size:.9rem}.filters{display:flex;gap:.8rem;flex-wrap:wrap;margin-bottom:1.5rem;align-items:flex-end}.filters select,.filters input{flex:1;min-width:140px;padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.9rem;background:var(--surface)}.filters select:focus,.filters input:focus{outline:none;border-color:var(--green)}.stars{color:var(--gold);font-size:1.1rem}.stars--sm{font-size:.9rem}.alert{padding:.75rem 1rem;border-radius:var(--radius);font-size:.9rem;margin-bottom:1rem}.alert--error{background:#ffebee;color:var(--red);border:1px solid #ffcdd2}.alert--success{background:#e8f5e9;color:var(--green-d);border:1px solid #c8e6c9}.alert--info{background:#e3f2fd;color:#1565c0;border:1px solid #bbdefb}.empty{text-align:center;padding:3rem 1rem;color:var(--muted)}.empty p{margin-top:.5rem;font-size:.95rem}.hero{background:linear-gradient(135deg,var(--green-d),var(--green-l));color:#fff;padding:5rem 1.5rem;text-align:center}.hero h1{font-size:2.4rem;font-weight:800;margin-bottom:1rem}.hero p{font-size:1.1rem;opacity:.9;max-width:560px;margin:0 auto 2rem}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-actions .btn{padding:.75rem 2rem;font-size:1rem}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:3rem 0}.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;text-align:center;box-shadow:var(--shadow)}.feature-card .icon{margin-bottom:.75rem;color:var(--green)}.feature-card h3{font-size:1rem;margin-bottom:.4rem}.feature-card p{font-size:.9rem;color:var(--muted)}.steps-row{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:3.5rem 0;border-bottom:1px solid var(--border)}.step{display:flex;flex-direction:column;gap:.9rem}.step-num{background:var(--green);color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;flex-shrink:0}.step strong{font-size:.95rem}.step p{color:var(--muted);font-size:.88rem;line-height:1.6;margin:0}.for-whom{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;padding:3rem 0;border-bottom:1px solid var(--border)}.for-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.8rem;box-shadow:var(--shadow);text-align:center}.for-card .icon{margin-bottom:.75rem;color:var(--green)}.for-card h3{font-size:1.1rem;margin-bottom:.6rem}.for-card p{color:var(--muted);font-size:.92rem;line-height:1.6}.languages-section{padding:2.5rem 0;border-top:1px solid var(--border)}.languages-section h2{text-align:center;margin-bottom:1.2rem}.lang-grid{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}.lang-pill{background:#e8f5e9;color:var(--green-d);padding:.3rem .9rem;border-radius:99px;font-size:.88rem;font-weight:500}footer{text-align:center;padding:2rem 1.5rem;font-size:.85rem;color:var(--muted);border-top:1px solid var(--border);margin-top:3rem}.auth-wrap{padding:3rem 0}.auth-wrap .card{padding:2rem}.auth-wrap h2{font-size:1.3rem;margin-bottom:1.5rem;text-align:center}.tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.5rem}.tag{display:inline-block;background:var(--bg);border:1px solid var(--border);border-radius:99px;padding:.2rem .7rem;font-size:.82rem;color:var(--text)}.submission-text{background:var(--bg);border-radius:var(--radius);padding:1rem;font-size:.95rem;white-space:pre-wrap;margin:.75rem 0;border:1px solid var(--border);max-height:8rem;overflow:hidden;transition:max-height .25s ease}.submission-text.expanded{max-height:9999px}.expand-btn{background:none;border:none;color:var(--green);cursor:pointer;font-size:.85rem;padding:.2rem 0 .4rem;display:block}.expand-btn:hover{text-decoration:underline}.selected-badge{background:var(--green);color:#fff;padding:.2rem .65rem;border-radius:99px;font-size:.78rem;font-weight:600}.star-input{display:flex;gap:.3rem;margin-bottom:.5rem}.star-input label{font-size:1.6rem;cursor:pointer;color:#ccc;transition:color .1s;margin:0}.star-input input{display:none}.star-input label:hover,.star-input label.selected{color:var(--gold)}.role-toggle-row{display:flex;justify-content:space-between;align-items:center;padding:.85rem 0;border-bottom:1px solid var(--border)}.role-toggle-row:last-of-type{border-bottom:none;margin-bottom:.4rem}.role-toggle-row strong{display:block;margin-bottom:.1rem}.role-toggle-row p{font-size:.85rem;color:var(--muted);margin:0}.toggle{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0;margin-left:1rem}.toggle input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--border);border-radius:99px;cursor:pointer;transition:background .2s}.toggle-slider:before{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px #0003}.toggle input:checked+.toggle-slider{background:var(--green)}.toggle input:checked+.toggle-slider:before{transform:translate(20px)}.toggle input:disabled+.toggle-slider{opacity:.45;cursor:not-allowed}.spinner{border:3px solid var(--border);border-top-color:var(--green);border-radius:50%;width:32px;height:32px;animation:spin .7s linear infinite;margin:2rem auto}@keyframes spin{to{transform:rotate(360deg)}}footer{margin-top:auto;padding:1.5rem 0;font-size:.875rem;border-top:3rem solid var(--bg);color:var(--muted)}.footer-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;max-width:960px;margin:0 auto;padding:0 1.5rem}.footer-brand{font-weight:700;color:var(--text);font-size:1rem}footer a{color:var(--muted)}footer a:hover{color:var(--text);text-decoration:none}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 600px){.container,.container--narrow{padding:0 1.25rem}.nav-link-wide{display:none}.nav-link-narrow{display:block}.hamburger{display:inline}.nav-brand-text{display:none}.steps-row{grid-template-columns:1fr;gap:1rem;padding:2.5rem 0}.step{flex-direction:row;align-items:flex-start;gap:1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem;box-shadow:var(--shadow)}.step-num{flex-shrink:0}.features{grid-template-columns:1fr}footer .footer-inner{flex-direction:column;align-items:center;text-align:center}.page-header{padding:1.2rem 0 .8rem;margin-bottom:1.2rem}.page-header h1{font-size:1.25rem}.tab-btn{padding:.5rem .85rem;font-size:.875rem}.tabs-row{flex-wrap:wrap;gap:.5rem;align-items:center}.hero{padding:4rem 1.75rem}.hero h1{font-size:1.8rem}.card-header{flex-direction:column}.form-grid,.for-whom{grid-template-columns:1fr}}#feedback-trigger{position:fixed;bottom:1.5rem;right:1.5rem;background:var(--green);color:#fff;border:none;border-radius:99px;padding:.55rem 1.1rem;font-size:.88rem;font-weight:600;cursor:pointer;box-shadow:0 3px 10px #0003;z-index:200;display:flex;align-items:center;gap:.4rem;transition:background .15s}#feedback-trigger:hover{background:var(--green-d)}#feedback-widget-modal{display:none;position:fixed;bottom:4.5rem;right:1.5rem;width:300px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 6px 24px #00000024;z-index:200;overflow:hidden}#feedback-widget-modal.open{display:block}.fw-header{background:var(--green);color:#fff;padding:.75rem 1rem;font-weight:600;font-size:.95rem;display:flex;justify-content:space-between;align-items:center}.fw-header button{background:none;border:none;color:#fff;cursor:pointer;font-size:1.1rem;line-height:1}.fw-body{padding:1rem}.fw-stars{display:flex;gap:.3rem;justify-content:center;margin-bottom:1rem}.fw-star{font-size:1.8rem;cursor:pointer;color:var(--border);transition:color .1s;background:none;border:none;padding:0;line-height:1}.fw-star.active{color:var(--gold)}.fw-body textarea{width:100%;resize:vertical;min-height:80px;margin-bottom:.75rem;font-size:.9rem}.fw-submit{width:100%}.fw-success{text-align:center;padding:1.5rem 1rem;color:var(--green);font-weight:600}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:100;display:flex;align-items:center;justify-content:center}
