:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background:radial-gradient(circle at 10% 20%,#fef7eb,#f9f5ff 45%,#f7f9fb);min-height:100%}*,*:before,*:after{box-sizing:border-box}body{margin:0}.page{min-height:100vh;display:flex;justify-content:center;padding:2.5rem 1.5rem}.page--dashboard{background:radial-gradient(circle at 10% 20%,#fef7eb,#f9f5ff 45%,#f7f9fb)}.auth-shell{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 10% 20%,#fef7eb,#f9f5ff 45%,#f7f9fb);padding:2rem}.auth-card{background:#fff;border-radius:24px;padding:2rem;max-width:560px;width:100%;box-shadow:0 20px 60px #0f172a1f;border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:1.25rem}.auth-header{display:flex;flex-direction:column;gap:.5rem}.auth-logo{display:flex;gap:.75rem;align-items:center}.auth-logo img{width:48px;height:48px;object-fit:contain}.auth-title h1{margin:0;font-size:1.5rem;color:#0f172a}.auth-actions{display:flex;justify-content:flex-start}@media(max-width:640px){.auth-card{padding:1.5rem}}.content{width:min(900px,100%);display:flex;flex-direction:column;gap:1.25rem}.hero{width:100%;display:flex;justify-content:center}.topbar{display:flex;align-items:center;gap:.6rem;padding:.65rem .9rem;background:#fff;color:#0f172a;border-radius:999px;border:1px solid #e5e7eb;width:fit-content;box-shadow:0 12px 35px #1f29371f}.topbar__logo{height:26px;width:auto}.topbar__title{font-weight:700;letter-spacing:.02em}.dashboard{width:min(1100px,100%);display:flex;flex-direction:column;gap:1.25rem}.navbar{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #e5e7eb;padding:.9rem 1.2rem;border-radius:16px;box-shadow:0 14px 40px #0f172a1f}.nav-left{display:flex;align-items:center;gap:.75rem}.nav-logo{height:30px;width:auto}.nav-title{font-weight:800;font-size:1.05rem;letter-spacing:.02em}.breadcrumbs{display:inline-flex;align-items:center;gap:.35rem;margin-left:1rem;font-size:.95rem;color:#475569}.breadcrumb-link{background:none;border:none;color:inherit;cursor:pointer;padding:0;font-weight:600}.breadcrumb-current{font-weight:700;color:#0f172a}.breadcrumb-sep{color:#cbd5e1}.nav-right{position:relative}.avatar-button{border:1px solid #e5e7eb;background:#fff;padding:.15rem;border-radius:999px;cursor:pointer;height:44px;width:44px;display:grid;place-items:center;box-shadow:0 8px 26px #0000000f}.avatar-img{height:38px;width:38px;border-radius:50%;object-fit:cover}.avatar-initials{background:linear-gradient(135deg,#4f46e5,#9333ea);color:#fff;height:38px;width:38px;border-radius:50%;display:grid;place-items:center;font-weight:800;letter-spacing:.02em}.user-menu{position:absolute;right:0;top:54px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 18px 46px #0f172a29;min-width:200px;padding:.75rem;display:flex;flex-direction:column;gap:.5rem;z-index:10}.user-menu__info{border-bottom:1px solid #e5e7eb;padding-bottom:.5rem}.menu-link{border:1px solid #e5e7eb;background:#f8fafc;color:#0f172a;padding:.55rem .75rem;border-radius:10px;cursor:pointer;font-weight:600}.dashboard__main{display:flex;flex-direction:column;gap:1rem}.milestone-form{display:grid;gap:1.4rem;max-width:860px}.form-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:1.5rem;align-items:start}.form-group{display:flex;flex-direction:column;gap:.35rem}.form-group.inline-row{flex-direction:row;align-items:center;gap:1rem}.form-group label{font-weight:700;color:#0f172a}.select,.textarea,.input{border:1px solid #e5e7eb;border-radius:16px;padding:.85rem 1rem;font-size:1rem;transition:border-color .15s ease,box-shadow .15s ease}.textarea{min-height:140px;resize:vertical}.file-drop{border:1px dashed #cbd5e1;border-radius:18px;padding:.9rem 1rem;display:flex;align-items:center;gap:.75rem;background:#f8fafc}.file-button{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1rem;border-radius:12px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;cursor:pointer;font-weight:700;box-shadow:0 10px 25px #6366f140}.file-button:hover{transform:translateY(-1px)}.file-input-hidden{display:none}.file-info{color:#475569;font-size:.95rem}.help-text{margin:0;color:#6b7280;font-size:.95rem}.form-card{background:linear-gradient(180deg,#fff,#f7f8fb);border:1px solid #e5e7eb;box-shadow:0 30px 70px #0f172a1f}.form-header .subtitle{margin:.15rem 0 .35rem}.pill{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .7rem;border-radius:999px;background:#eef2ff;color:#4338ca;font-weight:700;font-size:.95rem}.pill.small{padding:.25rem .65rem;font-size:.85rem}.form-actions{display:flex;gap:.75rem;align-items:center;margin-top:.5rem}.select:focus,.textarea:focus,.input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51f}.review-grid{display:grid;grid-template-columns:1fr;gap:1rem}.review-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1rem 1.1rem;box-shadow:0 16px 40px #0f172a1f;display:flex;flex-direction:column;gap:.75rem}.review-card__header{display:flex;align-items:center;justify-content:space-between}.review-list{display:flex;flex-direction:column;gap:.65rem}.review-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem .75rem;border:1px solid #e5e7eb;border-radius:12px;background:#f9fafb;cursor:pointer;transition:transform .1s ease,box-shadow .15s ease}.review-row:hover{transform:translateY(-1px);box-shadow:0 10px 24px #0f172a1f}.review-row .strong{margin:0;font-weight:700;color:#111827}.review-row .meta{text-align:right;color:#6b7280;font-size:.9rem}.status.error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.review-detail{display:flex;flex-direction:column;gap:1rem;max-width:960px;margin:0 auto}.review-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;padding:.9rem 1rem;box-shadow:inset 0 1px #fff9,0 10px 24px #0f172a0f}.body-text{margin:0;color:#111827;line-height:1.5}.body-text+.attachments-title{margin-top:.35rem}.attachment-row{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.4rem;padding-top:.5rem;border-top:1px solid #e5e7eb}.attachment-chip{border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb;padding:.3rem;display:flex;align-items:center;justify-content:center;width:96px;height:72px;cursor:pointer;overflow:hidden}.attachment-chip img{display:block;width:100%;height:100%;object-fit:cover;border-radius:6px}.file-icon.small{width:100%;height:100%;border-radius:6px;background:#eef2ff;display:flex;align-items:center;justify-content:center;font-weight:700;color:#4338ca}.ratings-list{display:flex;flex-direction:column;gap:.75rem}.rating-row{border:1px solid #e5e7eb;border-radius:12px;padding:.8rem .9rem;background:#f9fafb;display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.rating-row .strong{margin:0;font-weight:700;color:#111827}.rating-row .muted{margin:.1rem 0 0;color:#6b7280;font-weight:400}.rating-row .body-text{margin:.25rem 0 0;font-weight:400;color:#1f2937}.rating-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;min-width:140px}.small-text{font-size:.9rem}.admin-layout{display:flex;flex-direction:column;gap:1rem}.admin-body{display:grid;grid-template-columns:220px 1fr;gap:1rem}.admin-nav{display:flex;flex-direction:column;gap:.6rem}.admin-nav .menu-link.active{background:#eef2ff;border-radius:10px;font-weight:600;color:#4338ca;padding:.6rem .75rem}.admin-content{display:flex;flex-direction:column;gap:.75rem}.admin-table-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem;flex-wrap:wrap}.form-inline{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{border:1px solid #e5e7eb;padding:.5rem;text-align:left}.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.table-actions{display:flex;gap:.4rem}.inline-row{display:inline-flex;align-items:center;gap:.35rem}.attachment-name{font-size:.9rem;color:#111827}.file-icon{width:100%;height:120px;border-radius:8px;background:#eef2ff;display:flex;align-items:center;justify-content:center;font-weight:700;color:#4338ca}.slider-row{display:flex;align-items:center;gap:1rem}.impact-slider{flex:1;accent-color:#4f46e5;height:6px;background:linear-gradient(90deg,#e5e7eb 0% 100%);border-radius:999px;appearance:none;outline:none}.impact-slider::-webkit-slider-thumb{appearance:none;width:20px;height:20px;border-radius:50%;background:#4f46e5;border:3px solid #eef2ff;box-shadow:0 6px 18px #4f46e54d;cursor:pointer}.impact-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#4f46e5;border:3px solid #eef2ff;box-shadow:0 6px 18px #4f46e54d;cursor:pointer}.slider-markers{display:flex;justify-content:space-between;margin-top:.35rem;font-size:.9rem;color:#6b7280}.slider-markers span{width:20px;text-align:center}.slider-label{font-weight:700;color:#111827}.guidance-box{margin-top:.6rem;border:1px solid #e5e7eb;border-radius:12px;padding:.75rem .85rem;background:#f8fafc}.guidance-title{margin:0 0 .2rem;font-weight:700}.guidance-text{margin:0;color:#374151}.rating-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:1rem;align-items:start}.rating-list{display:flex;flex-direction:column;gap:.5rem}.rating-row{display:flex;align-items:center;gap:.6rem;font-weight:600;color:#0f172a}.rating-row input[type=radio]{width:18px;height:18px;accent-color:#4f46e5}.lightbox{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:999}.lightbox__inner{display:flex;flex-direction:column;gap:.5rem;align-items:center}.lightbox__inner img{max-width:90vw;max-height:90vh;border-radius:12px;box-shadow:0 20px 50px #00000059}.lightbox__controls{display:flex;gap:.5rem}.help-pane{background:#f8fafc;color:#0f172a;border-radius:16px;padding:1.1rem 1.25rem;border:1px solid #e2e8f0;box-shadow:0 12px 32px #0f172a1f}.help-title{margin:.25rem 0 .4rem;font-size:1.15rem}.help-pane-text{margin:0;color:#374151;line-height:1.55}@media(max-width:900px){.form-grid{grid-template-columns:1fr}.help-pane{order:-1}}.pill-inline{display:inline-flex;align-items:center;gap:.25rem}.teams-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:1.6rem;box-shadow:0 20px 50px #0f172a1f}.history__title-row{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.refresh-btn{border:1px solid #e5e7eb;background:#0f172a;color:#f8fafc;padding:.55rem .9rem;border-radius:12px;cursor:pointer;font-weight:600;transition:transform .08s ease,box-shadow .2s ease}.refresh-btn:hover{transform:translateY(-1px);box-shadow:0 10px 30px #11182714}.muted{margin:0;color:#6b7280}.teams-list{display:flex;flex-direction:column;gap:.85rem}.team-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 1.1rem;border:1px solid #e5e7eb;border-radius:14px;background:#fdfdfd}.team-item.column{flex-direction:column;align-items:flex-start;gap:.5rem}.team-item-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.select-row{display:flex;align-items:center;gap:.75rem}.select-row input[type=checkbox]{width:18px;height:18px;accent-color:#4f46e5}.subteam-list{width:100%;display:flex;flex-direction:column;gap:.5rem}.subteam-row{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:.75rem;padding:.65rem .8rem;border:1px dashed #e5e7eb;border-radius:12px;background:#f9fafb}.team-name{margin:0;font-weight:800;font-size:1.05rem}.team-sub{font-weight:400;font-size:smaller;margin:0 0 0 .4rem;color:#6b7280}.team-meta{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.form-actions{margin-top:1rem;display:flex;justify-content:flex-end}.ghost-btn{border:1px solid #e5e7eb;background:#fff;color:#111827;padding:.55rem .9rem;border-radius:12px;cursor:pointer;font-weight:600;transition:transform .08s ease,box-shadow .2s ease}.ghost-btn:hover{transform:translateY(-1px);box-shadow:0 10px 30px #11182714}.hero__text{width:min(620px,100%);padding:2.4rem;background:#fff;border:1px solid #e5e7eb;border-radius:26px;box-shadow:0 28px 70px #0f172a1f;text-align:left}.eyebrow{text-transform:uppercase;font-size:.72rem;letter-spacing:.22em;color:#6b7280;margin:0 0 .9rem;font-weight:700}h1{margin:0 0 .85rem;font-size:clamp(2rem,3vw + 1rem,2.8rem);line-height:1.05;color:#0f172a}h3.subtitle{margin:0 0 .5rem;font-size:1.25rem;color:#0f172a}.lede{margin:0 0 1.75rem;color:#374151;font-size:1.05rem;line-height:1.6}.status{background:#fef3c7;color:#92400e;border:1px solid #fcd34d;padding:.75rem 1rem;border-radius:12px;margin:0 0 1rem}.user-card{display:flex;align-items:center;gap:1rem;padding:.95rem 1.1rem;background:#f9fafb;border-radius:16px;border:1px solid #e5e7eb}.avatar{width:52px;height:52px;border-radius:14px;object-fit:cover}.user-name{margin:0;font-weight:700;font-size:1.05rem}.user-email{margin:.1rem 0 0;color:#4b5563}.login-area{display:flex;flex-direction:column;gap:.9rem}.hint{margin:0;color:#b91c1c;background:#fef2f2;border:1px solid #fecdd3;padding:.75rem 1rem;border-radius:12px}.panel{display:flex;flex-direction:column;gap:1rem}.cta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.cta-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:1.6rem;box-shadow:0 20px 50px #0f172a1f;display:flex;flex-direction:column;gap:.9rem}.cta-card--leads{background:linear-gradient(145deg,#f5f3ff,#eef2ff);border-color:#e0e7ff}.cta-card--jury{background:linear-gradient(145deg,#f0f9ff,#e0f2fe);border-color:#c7e0ff}.cta-card--ratings{background:linear-gradient(145deg,#fdf4ff,#f3e8ff);border-color:#e9d5ff}.primary-btn,.secondary-btn{padding:.85rem 1.1rem;border-radius:12px;border:none;font-weight:700;cursor:pointer;width:fit-content;box-shadow:0 12px 30px #0f172a29;transition:transform .08s ease,box-shadow .2s ease}.primary-btn{background:linear-gradient(135deg,#4f46e5,#9333ea);color:#fff}.primary-btn:disabled{background:#e2e8f0;color:#94a3b8;box-shadow:none;cursor:not-allowed;transform:none}.secondary-btn{background:#0f172a;color:#f8fafc}.primary-btn:hover,.secondary-btn:hover{transform:translateY(-1px);box-shadow:0 18px 40px #0f172a33}@media(max-width:700px){.page{padding:1.6rem 1.1rem}.content{align-items:center}.hero__text{padding:1.75rem}.navbar{padding:.75rem .9rem}.team-item{flex-direction:column;align-items:flex-start}.team-meta{justify-content:flex-start}}
