.portal-root{--p-ink:#172329;--p-muted:#69777d;--p-line:#e2e8e7;--p-accent:#176e63;--p-soft:#eaf4f1;--p-bg:#f6f8f7;min-height:100vh;background:var(--p-bg);color:var(--p-ink);font-family:Arial,Helvetica,sans-serif;line-height:1.5;font-size:14px}.portal-root *{box-sizing:border-box}.portal-root button,.portal-root input,.portal-root select,.portal-root textarea{font:inherit}.portal-root button{cursor:pointer}.portal-root button:disabled{opacity:.55;cursor:not-allowed}.portal-root h1,.portal-root h2,.portal-root h3,.portal-root p{margin:0}.portal-root h1{font-size:clamp(25px,3vw,36px);line-height:1.18;letter-spacing:-.035em}.portal-root h2{font-size:19px;letter-spacing:-.025em}.portal-root h3{font-size:14px}.portal-root label{display:flex;flex-direction:column;gap:7px;font-weight:600}.portal-root label small{font-weight:400;color:var(--p-muted);font-size:13px}.portal-root input:not([type=file]),.portal-root select,.portal-root textarea{width:100%;min-width:0;padding:11px 12px;border:1px solid #d4dedb;border-radius:8px;background:white;color:var(--p-ink);outline:none}.portal-root textarea{resize:vertical;min-height:95px}.portal-root input:focus,.portal-root select:focus,.portal-root textarea:focus{border-color:var(--p-accent);box-shadow:0 0 0 3px #176e631b}.portal-root button:focus-visible{outline:3px solid #9ccbc3;outline-offset:3px}.portal-root .portal-primary{background:var(--p-accent);color:white;border:1px solid var(--p-accent);border-radius:8px;padding:11px 16px;font-weight:600}.portal-root .portal-secondary{background:white;color:var(--p-ink);border:1px solid #d5dfdc;border-radius:8px;padding:9px 12px;font-weight:600}.portal-root .portal-text-button{padding:6px;border:0;background:transparent;color:var(--p-accent);font-weight:600}.portal-root .portal-danger{color:#a33b32}.portal-card{background:#fff;border:1px solid var(--p-line);border-radius:12px;padding:24px}.portal-card-head{display:flex;align-items:start;justify-content:space-between;gap:20px;margin-bottom:22px}.portal-card-head p{margin-top:7px}.portal-eyebrow{font-size:10px;font-weight:800;letter-spacing:.14em;color:var(--p-accent);margin-bottom:10px}.portal-muted{color:var(--p-muted);font-size:13px;line-height:1.7}.portal-root .portal-error{background:#fff1f0;color:#8d281f;border:1px solid #f0c5c0;border-left:5px solid #c0392b;border-radius:9px}.portal-root .portal-error,.portal-root .portal-success{padding:15px 17px;margin-top:14px;font-size:15px;font-weight:600;line-height:1.55}.portal-root .portal-success{background:#e6f5ec;color:#0e5b38;border:1px solid #bce3ce;border-left:5px solid #176e63;border-radius:9px}.portal-alert{margin:0 0 18px!important}.portal-mark{height:36px;width:36px;display:grid;place-items:center;background:var(--p-accent);color:white;border-radius:10px;font-family:Georgia,serif;font-size:25px;font-weight:700;flex:none}.portal-shell{max-width:1440px;margin:auto;padding:0 36px 48px}.portal-header{height:88px;justify-content:space-between;border-bottom:1px solid var(--p-line);gap:20px}.portal-brand,.portal-header{display:flex;align-items:center}.portal-brand{gap:11px}.portal-brand strong{display:block;font-size:19px;letter-spacing:-.04em}.portal-brand small{display:block;color:var(--p-muted);font-size:11px;letter-spacing:.04em}.portal-header-actions{display:flex;gap:20px;align-items:center;color:var(--p-muted);font-size:12px}.portal-header-actions button{font-size:12px}.portal-layout{display:grid;grid-template-columns:240px minmax(0,1fr);grid-gap:46px;gap:46px;padding-top:36px}.portal-sidebar{min-width:0}.portal-sidebar h2{margin-bottom:18px}.portal-project-list{display:flex;flex-direction:column;gap:5px}.portal-project-link{width:100%;border:1px solid transparent;background:transparent;border-radius:8px;padding:12px;text-align:left;display:flex;flex-direction:column;gap:3px;color:var(--p-ink)}.portal-project-link.active{background:var(--p-soft);border-color:#cce4dd}.portal-project-link strong{font-size:13px;overflow-wrap:anywhere}.portal-project-link small{font-size:11px;color:var(--p-muted)}.portal-create{padding:16px;margin-top:25px;display:flex;flex-direction:column;gap:13px}.portal-create h3{margin-bottom:3px}.portal-create input{font-size:13px!important}.portal-create .portal-primary{font-size:12px;padding:9px}.portal-sidebar-note{font-size:11px;line-height:1.7;color:#8a9698;margin-top:25px}.portal-main{min-width:0}.portal-hero{display:flex;align-items:start;justify-content:space-between;gap:25px;margin:0 0 28px}.portal-hero p{color:var(--p-muted);margin-top:12px;max-width:620px}.portal-status{white-space:nowrap;background:#e5f2ed;color:#24715c;border:1px solid #cbe5d9;border-radius:100px;padding:6px 12px;font-size:11px;font-weight:700}.portal-tabs{display:flex;gap:30px;border-bottom:1px solid var(--p-line);margin-bottom:27px;overflow-x:auto}.portal-tabs button{border:0;border-bottom:2px solid transparent;background:transparent;padding:0 0 15px;white-space:nowrap;color:var(--p-muted);font-weight:600;font-size:13px}.portal-tabs button.active{color:var(--p-accent);border-bottom-color:var(--p-accent)}.portal-tabs span{background:#e8eeeb;padding:2px 6px;border-radius:6px;margin-left:5px;font-size:10px}.portal-stack{display:flex;flex-direction:column;gap:18px}.portal-progress{height:7px;background:#e8efec;border-radius:20px;overflow:hidden;margin-bottom:14px}.portal-progress div{height:100%;background:var(--p-accent);border-radius:20px;transition:width .2s}.portal-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.portal-action-card{background:#fff;border:1px solid var(--p-line);border-radius:12px;padding:25px;text-align:left;display:flex;flex-direction:column;align-items:start;gap:10px;color:var(--p-ink);min-width:0}.portal-action-card:hover{border-color:#9fc8bd}.portal-action-card strong{font-size:16px}.portal-action-card p{color:var(--p-muted);font-size:13px}.portal-action-card>span:last-child{color:var(--p-accent);font-weight:700;margin-top:7px}.portal-action-icon{width:42px;height:42px;border-radius:9px;background:var(--p-soft);display:grid;place-items:center;color:var(--p-accent);font-size:22px;margin-bottom:4px}.portal-divider{height:1px;background:var(--p-line);margin:25px 0}.portal-invite{display:flex;gap:12px;align-items:end;margin-top:16px}.portal-invite label{flex:1 1}.portal-invite button{white-space:nowrap}.portal-content-form{display:flex;flex-direction:column;gap:25px}.portal-content-form label{gap:9px}.portal-content-form button{align-self:start;min-width:160px}.portal-drop{position:relative;margin-top:20px;border:1.5px dashed #b8d2c9;border-radius:12px;background:#f8fbf9;padding:33px 20px;align-items:center;text-align:center;cursor:pointer;gap:8px!important}.portal-drop:hover{background:var(--p-soft)}.portal-drop span{font-weight:400;color:var(--p-muted)}.portal-drop .portal-upload-icon{display:grid;place-items:center;width:44px;height:44px;background:#e1f0e9;border-radius:50%;color:var(--p-accent);font-size:25px;margin-bottom:5px}.portal-drop input{position:absolute;inset:0;opacity:0;width:100%;height:100%;cursor:pointer}.portal-drop input:focus-visible{outline:3px solid var(--p-accent)}.portal-file-list{display:flex;flex-direction:column}.portal-file{display:flex;align-items:center;gap:15px;padding:15px 0;border-bottom:1px solid var(--p-line);min-width:0}.portal-file:last-child{border-bottom:0;padding-bottom:0}.portal-file-icon{width:40px;height:40px;border-radius:8px;background:var(--p-soft);display:grid;place-items:center;color:var(--p-accent);font-size:20px;flex:none}.portal-file>div{flex:1 1;min-width:0}.portal-file strong{display:block;overflow-wrap:anywhere;font-size:13px}.portal-file small{display:block;color:var(--p-muted);margin-top:4px;font-size:11px}.portal-file-empty{padding:24px 0;color:var(--p-muted);font-size:13px}.portal-ready{padding:18px 20px;border-radius:10px;background:#e6f5ec;border:1px solid #bce3ce;border-left:5px solid #176e63;color:#0e5b38;line-height:1.6}.portal-ready strong{display:block;font-size:17px;letter-spacing:-.02em;margin-bottom:6px}.portal-ready p{font-size:14px;font-weight:600;color:#206a4a}.portal-empty{padding:65px 20px;text-align:center}.portal-empty p{max-width:540px;margin:15px auto;color:var(--p-muted)}.portal-auth{display:flex;align-items:center;justify-content:center;padding:40px 16px}.portal-login{width:100%;max-width:430px;padding:36px}.portal-login .portal-mark{margin-bottom:25px}.portal-login h1{font-size:28px}.portal-login>p{color:var(--p-muted);margin-top:12px;line-height:1.7}.portal-login form{display:flex;flex-direction:column;gap:18px;margin-top:28px}.portal-login form button{margin-top:4px}.portal-login>.portal-text-button{margin-top:16px}.portal-login .portal-footnote{font-size:11px;margin-top:25px}.portal-password{max-width:420px;margin:20px 0;display:flex;flex-direction:column;gap:14px}.portal-password button{align-self:start}@media(max-width:900px){.portal-shell{padding:0 22px 35px}.portal-layout{grid-template-columns:190px minmax(0,1fr);gap:24px}.portal-hero{flex-direction:column;gap:15px}.portal-card{padding:20px}}@media(max-width:650px){.portal-shell{padding:0 16px 32px}.portal-header{height:auto;min-height:76px;flex-wrap:wrap;padding:15px 0}.portal-header-actions{gap:10px;flex-wrap:wrap}.portal-layout{display:block;padding-top:25px}.portal-sidebar{margin-bottom:26px}.portal-sidebar h2{margin-bottom:10px}.portal-project-list{flex-direction:row;overflow-x:auto;padding-bottom:5px}.portal-project-link{min-width:155px;max-width:210px}.portal-create{margin-top:12px}.portal-sidebar-note{display:none}.portal-hero{margin-bottom:24px}.portal-hero h1{font-size:28px}.portal-tabs{gap:22px}.portal-two{grid-template-columns:1fr;gap:12px}.portal-action-card{padding:20px}.portal-card-head{flex-direction:column;gap:10px}.portal-invite{flex-direction:column;align-items:stretch}.portal-invite label{width:100%}.portal-file{flex-wrap:wrap;gap:10px}.portal-file>div{flex-basis:calc(100% - 55px)}.portal-file .portal-secondary{margin-left:50px}.portal-auth{padding:20px 12px}.portal-login{padding:25px}.portal-status{white-space:normal}}.portal-guide{margin-top:18px;border:1px solid var(--p-line);border-radius:10px;background:#fbfdfc;padding:18px}.portal-guide h3{font-size:13px;margin-bottom:12px}.portal-guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.portal-guide-card{display:flex;gap:11px;align-items:flex-start;padding:12px;border-radius:9px;background:#fff;border:1px solid var(--p-line)}.portal-guide-card svg{flex:none;display:block;margin-top:1px}.portal-guide-card b{display:block;font-size:13px;margin-bottom:3px}.portal-guide-card span{font-size:12.5px;color:var(--p-muted);line-height:1.55}.portal-guide-note{margin-top:13px;font-size:12.5px;color:var(--p-muted);line-height:1.6}@media(max-width:650px){.portal-guide-grid{grid-template-columns:1fr}}