:root{--bg:#141210;--panel:#1d1a17;--panel-2:#24201c;--line:#322c27;--text:#f2ede5;--muted:#b9b0a6;--accent:#0b8f84;--danger:#b94d4d;--radius:16px}*{box-sizing:border-box}html{overflow-y:auto}body,html{min-height:100%;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif}body{margin:0;padding:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.shell{max-width:1200px;margin:0 auto;padding:24px 24px 80px}.card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius)}.row{align-items:center}.col,.row{display:flex;gap:12px}.col{flex-direction:column}.topbar{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:20px}.brand{font-size:28px;font-weight:700}.muted{color:var(--muted)}.btn{border:1px solid var(--line);background:var(--panel-2);color:var(--text);padding:11px 14px;border-radius:12px;cursor:pointer}.btn.primary{background:var(--accent);border-color:transparent;color:#fff}.btn.danger{background:rgba(185,77,77,.12);border-color:rgba(185,77,77,.28);color:#ffb2b2}.input,.textarea{width:100%;background:var(--panel-2);border:1px solid var(--line);color:var(--text);border-radius:12px;padding:12px;outline:none}.textarea{min-height:140px;resize:vertical}.grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px;gap:14px}.projectCard{padding:14px;display:flex;flex-direction:column;gap:10px}.projectCard,.projectCardTop{position:relative}.projectCardBody h3{margin:0 0 4px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.thumbLink{display:block;cursor:pointer}.thumb{aspect-ratio:4/3;border-radius:12px;background:linear-gradient(135deg,#2a2520,#1a1714);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--muted);overflow:hidden;font-size:32px;font-weight:700}.thumb img{width:100%;height:100%;object-fit:cover;display:block}.projectCardMenu{position:absolute;top:6px;right:6px;z-index:3}.iconButton{width:34px;height:34px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(20,18,16,.78);display:flex;align-items:center;justify-content:center;gap:3px;cursor:pointer;color:var(--text);padding:0}.iconButton span{width:4px;height:4px;border-radius:999px;background:currentColor;display:block}.menuPanel{position:absolute;top:40px;right:0;min-width:170px;padding:6px;background:var(--panel-2);border:1px solid var(--line);border-radius:12px;box-shadow:0 12px 30px rgba(0,0,0,.35)}.menuItem{width:100%;text-align:left;padding:10px 12px;border-radius:10px;border:none;background:transparent;color:var(--text);cursor:pointer}.menuItem:hover{background:rgba(255,255,255,.05)}.trashButton{position:absolute;bottom:10px;right:10px;width:34px;height:34px;border-radius:999px;border:1px solid rgba(185,77,77,.3);background:rgba(185,77,77,.1);color:#ffb2b2;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;z-index:2}.authWrap{max-width:440px;margin:10vh auto 0;padding:22px}.pageTitle{font-size:32px;margin:0}.metaGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.kpi{padding:16px}.kpi strong{display:block;font-size:26px;margin-bottom:6px}.placeholder{padding:18px;display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.previewBox{aspect-ratio:4/3;border:1px dashed var(--line);border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--panel-2)}.previewBox img{width:100%;height:100%;object-fit:cover}.modalOverlay{position:fixed;inset:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;padding:20px;z-index:20}.modalCard{width:min(420px,100%);padding:22px;background:var(--panel);border:1px solid var(--line);border-radius:16px}.modalCard h3{margin-top:0;margin-bottom:8px}@media(max-width:800px){.shell{padding:16px}.metaGrid{display:grid}.metaGrid,.placeholder{grid-template-columns:1fr}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes flyHeart{0%{transform:translate(0) scale(2.5);opacity:1}35%{transform:translateY(-20px) scale(1.5);opacity:1}to{transform:translate(var(--tx),var(--ty)) scale(.25);opacity:0}}@keyframes flyHeartDownBR{0%{transform:translate(0) scale(.6);opacity:1}35%{transform:translate(30px,-30px) scale(2.8);opacity:1}to{transform:translate(160px,220px) scale(.2);opacity:0}}@keyframes flyHeartUp{0%{transform:translate(0) scale(1);opacity:1}40%{transform:translateY(-80px) scale(1.1);opacity:.9}to{transform:translateY(-180px) scale(.2);opacity:0}}@keyframes circleReveal{0%{-webkit-clip-path:circle(150% at 50% 50%);clip-path:circle(150% at 50% 50%)}to{-webkit-clip-path:circle(0 at 50% 50%);clip-path:circle(0 at 50% 50%)}}@keyframes star-btn{0%{offset-distance:0}to{offset-distance:100%}}.animate-star-btn{animation:star-btn calc(var(--duration, 3) * 1s) linear infinite}.star-btn-root{background:var(--accent);color:#fff;border-radius:12px;padding:11px 20px;cursor:pointer;box-shadow:0 2px 10px rgba(11,143,132,.35);font-size:14px;font-weight:600;border:1px solid rgba(59,191,176,.4)}.star-btn-root:hover:not(:disabled){background:#0d9e92;box-shadow:0 4px 16px rgba(59,191,176,.45)}.star-btn-root:disabled{opacity:.5;cursor:not-allowed}@keyframes btnPulse{0%{transform:scale(1);box-shadow:0 0 0 0 rgba(59,191,176,.7),0 0 12px rgba(11,143,132,.5)}50%{transform:scale(1.025);box-shadow:0 0 0 10px rgba(59,191,176,0),0 0 25px rgba(59,191,176,.85)}to{transform:scale(1);box-shadow:0 0 0 0 rgba(59,191,176,0),0 0 12px rgba(11,143,132,.5)}}.btn-pulsating{background:#0b8f84!important;color:#ffffff!important;border-color:rgba(59,191,176,.8)!important;animation:btnPulse 1.4s ease-in-out infinite!important;cursor:wait!important}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond Fallback;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_07d15b{font-family:Cormorant Garamond,Cormorant Garamond Fallback;font-style:normal}.__variable_07d15b{--font-cameleon:"Cormorant Garamond","Cormorant Garamond Fallback"}