.portfolio-entry{--entry-primary:#0f766e;--entry-primary-strong:#115e59;--entry-foreground:#163b38;--entry-muted:#55716f;--entry-border:#cce5e2;--entry-surface:#fff;--entry-background:#f2fbfa;color:var(--entry-foreground);gap:24px;padding:8px 0 32px;display:grid}.portfolio-entry__header{padding:16px 4px 0}.portfolio-entry__eyebrow,.portfolio-entry__section-head>div>span{color:var(--entry-primary);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:750}.portfolio-entry__header h1{color:#123330;letter-spacing:-.035em;margin:8px 0;font-size:clamp(26px,8vw,36px);line-height:1.16}.portfolio-entry__header p{max-width:38rem;color:var(--entry-muted);margin:0;font-size:15px;line-height:1.65}.portfolio-entry__composer{border:1px solid var(--entry-border);background:linear-gradient(145deg, var(--entry-surface), var(--entry-background));border-radius:22px;gap:10px;padding:16px;display:grid;box-shadow:0 14px 32px #0f766e14}.portfolio-entry__composer label{font-size:14px;font-weight:750}.portfolio-entry__composer textarea{box-sizing:border-box;resize:vertical;color:#102a28;width:100%;min-height:92px;font:inherit;background:#fff;border:1px solid #a8d5d0;border-radius:14px;outline:none;padding:13px 14px;font-size:16px;line-height:1.55;transition:border-color .18s,box-shadow .18s}.portfolio-entry__composer textarea:focus-visible{border-color:var(--entry-primary);box-shadow:0 0 0 3px #0f766e2e}.portfolio-entry__composer-footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.portfolio-entry__composer-footer>span{color:var(--entry-muted);font-size:11px;line-height:1.45}.portfolio-entry__composer-footer button,.portfolio-entry__state button{background:var(--entry-primary);color:#fff;cursor:pointer;border:0;border-radius:13px;min-height:44px;padding:0 16px;font-size:14px;font-weight:750;transition:background .18s,opacity .18s}.portfolio-entry__composer-footer button{flex:none;align-items:center;gap:7px;display:inline-flex}.portfolio-entry__composer-footer button svg,.portfolio-entry__card-side svg{width:18px;height:18px}.portfolio-entry button:focus-visible{outline-offset:2px;outline:3px solid #0f766e47}.portfolio-entry button:disabled{cursor:not-allowed;opacity:.48}.portfolio-entry__composer-footer button:not(:disabled):hover,.portfolio-entry__state button:hover{background:var(--entry-primary-strong)}.portfolio-entry__inbox{gap:12px;display:grid}.portfolio-entry__section-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.portfolio-entry__section-head h2{color:#153936;margin:3px 0 0;font-size:18px}.portfolio-entry__refresh{border:1px solid var(--entry-border);width:44px;height:44px;color:var(--entry-primary);cursor:pointer;background:#fff;border-radius:13px;place-items:center;display:grid}.portfolio-entry__refresh svg,.portfolio-entry__state-icon svg{width:22px;height:22px}.portfolio-entry__cards,.portfolio-entry__skeletons{gap:10px;display:grid}.portfolio-entry__card{width:100%;min-height:84px;color:inherit;cursor:pointer;text-align:left;background:#fff;border:1px solid #dce9e7;border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid;box-shadow:0 6px 18px #115e590d}.portfolio-entry__card:not(:disabled):hover{border-color:#88c5bf;transform:translateY(-1px);box-shadow:0 10px 24px #115e5917}.portfolio-entry__product{color:#115e59;background:#e7f5f3;border-radius:12px;place-items:center;min-width:54px;min-height:44px;padding:0 8px;font-size:11px;font-weight:800;display:grid}.portfolio-entry__product--sakura{color:#9f315d;background:#fff0f5}.portfolio-entry__product--qjfm{color:#8a5a12;background:#fff6df}.portfolio-entry__product--interview{color:#4c4fad;background:#eeefff}.portfolio-entry__card-body{gap:5px;min-width:0;display:grid}.portfolio-entry__card-body strong{color:#132e2b;text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.portfolio-entry__card-body>span{color:var(--entry-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.portfolio-entry__card-side{color:var(--entry-primary);grid-template-columns:auto auto;align-items:center;gap:4px;font-size:12px;font-weight:750;display:grid}.portfolio-entry__card-side small{color:#667d7b;grid-column:1/-1;justify-self:end;font-size:10px}.portfolio-entry__state{background:var(--entry-background);border:1px dashed #b7d8d4;border-radius:18px;justify-items:start;gap:7px;min-height:112px;padding:18px;display:grid}.portfolio-entry__state>b{font-size:15px}.portfolio-entry__state>span{color:var(--entry-muted);font-size:13px;line-height:1.55}.portfolio-entry__state-icon{width:42px;height:42px;color:var(--entry-primary);background:#d9f0ed;border-radius:12px;place-items:center;display:grid}.portfolio-entry__skeleton{background:linear-gradient(90deg,#edf5f4 25%,#f8fbfb 50%,#edf5f4 75%) 0 0/200% 100%;border-radius:18px;height:84px;animation:1.2s infinite portfolio-entry-shimmer}.portfolio-entry__all-tools{color:#315653;cursor:pointer;text-align:left;background:#fff;border:1px solid #dce9e7;border-radius:15px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:3px 12px;min-height:56px;padding:10px 14px;transition:background .18s,border-color .18s;display:grid}.portfolio-entry__all-tools>span{align-items:center;gap:8px;font-size:13px;font-weight:750;display:inline-flex}.portfolio-entry__all-tools>span svg,.portfolio-entry__all-tools>svg{width:19px;height:19px}.portfolio-entry__all-tools>small{color:var(--entry-muted);grid-column:1;font-size:11px}.portfolio-entry__all-tools>svg{color:var(--entry-primary);grid-area:1/2/span 2}.portfolio-entry__all-tools:hover{background:#f2fbfa;border-color:#9ccbc6}@keyframes portfolio-entry-shimmer{to{background-position:-200% 0}}@media (width<=420px){.portfolio-entry__composer-footer{flex-direction:column;align-items:stretch}.portfolio-entry__composer-footer button{justify-content:center;width:100%}.portfolio-entry__card{grid-template-columns:auto minmax(0,1fr)}.portfolio-entry__card-side{grid-column:2;justify-self:start}}@media (prefers-reduced-motion:reduce){.portfolio-entry *,.portfolio-entry :before,.portfolio-entry :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
