.studio-project-list{flex-direction:column;gap:12px;display:flex}.studio-project-card{background:#fff;border:1px solid #b8924f38;border-radius:14px;grid-template-columns:auto 1fr auto;align-items:stretch;gap:14px;padding:16px 18px;transition:border-color .14s,box-shadow .14s,transform .14s;display:grid;box-shadow:0 8px 24px #1414140d}.studio-project-card:hover{border-color:#b8924f61;box-shadow:0 12px 28px #14141414}.studio-project-card__drag{color:#0a2e1d59;cursor:grab;touch-action:none;justify-content:center;align-items:center;width:24px;display:inline-flex}.studio-project-card__drag:active{cursor:grabbing}.studio-project-card__open{text-align:left;cursor:pointer;background:0 0;border:none;grid-template-columns:56px 1fr;align-items:start;gap:16px;width:100%;padding:0;display:grid}.studio-project-card__cover{background:#fffdf8e6;border:1px solid #b8924f3d;border-radius:8px;flex-shrink:0;width:56px;height:76px;overflow:hidden}.studio-project-card__cover-img{object-fit:cover;width:100%;height:100%}.studio-project-card__content{min-width:0}.studio-project-card__title{color:#0a2e1d;margin:0 0 4px;font-size:1.0625rem;font-weight:650;line-height:1.3}.studio-project-card__rename-input{color:#0a2e1d;background:#fffdf8;border:1px solid #b8924f59;border-radius:8px;width:100%;margin-bottom:4px;padding:6px 10px;font-size:1rem;font-weight:600}.studio-project-card__meta,.studio-project-card__edited{color:#0a2e1dad;margin:0;font-size:.8125rem;line-height:1.45}.studio-project-card__edited{color:#0a2e1d85;margin-top:4px}.studio-project-card__footer{align-items:center;gap:10px;margin-top:10px;display:flex}.studio-project-card__privacy{color:#0a2e1d8c;background:#b8924f1a;border-radius:999px;padding:3px 8px;font-size:.75rem;font-weight:600}.studio-project-card__avatars{align-items:center;display:inline-flex}.studio-project-card__avatar{object-fit:cover;color:#0a2e1d;background:#b8924f29;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;margin-left:-6px;font-size:.6875rem;font-weight:700;display:inline-flex}.studio-project-card__avatar:first-child{margin-left:0}.studio-project-card__avatar--more{background:#0a2e1d14}.studio-project-card__tools{align-items:flex-start;gap:6px;padding-top:2px;display:inline-flex}.studio-project-card__icon-btn{color:#0a2e1d;cursor:pointer;background:#fffdf8;border:1px solid #b8924f33;border-radius:10px;justify-content:center;align-items:center;gap:4px;min-width:34px;min-height:34px;padding:0 8px;transition:background-color .13s,border-color .13s;display:inline-flex}.studio-project-card__icon-btn:hover{background:#b8924f1f;border-color:#b8924f57}.studio-project-card__collab-count{color:#0a2e1db3;font-size:.6875rem;font-weight:700}.studio-project-actions-menu{z-index:1300;background:#fffdf8;border:1px solid #b8924f57;border-radius:12px;min-width:196px;padding:6px;position:fixed;box-shadow:0 14px 36px #14141424}.studio-project-actions-menu__item{color:#0a2e1d;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;width:100%;padding:8px 10px;font-size:.8125rem;font-weight:500;display:flex}.studio-project-actions-menu__item:hover{background:#0a2e1d14}.studio-project-actions-menu__item--danger{color:#9b2c2c}.studio-project-actions-menu__sep{background:#b8924f33;height:1px;margin:4px 6px}.studio-project-card__modal-backdrop{z-index:1400;background:#0a2e1d47;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.studio-project-card__modal{background:#fffdf8;border:1px solid #b8924f57;border-radius:14px;width:min(420px,100%);padding:22px;box-shadow:0 18px 40px #14141429}.studio-project-card__modal-title{color:#0a2e1d;margin:0 0 8px;font-size:1.125rem;font-weight:700}.studio-project-card__modal-body{color:#0a2e1db8;margin:0 0 18px;font-size:.875rem;line-height:1.5}.studio-project-card__modal-actions{justify-content:flex-end;gap:10px;display:flex}.studio-project-card__modal-cancel,.studio-project-card__modal-delete{cursor:pointer;border-radius:10px;padding:8px 14px;font-size:.8125rem;font-weight:600}.studio-project-card__modal-cancel{color:#0a2e1d;background:0 0;border:1px solid #b8924f47}.studio-project-card__modal-delete{color:#fff;background:#9b2c2c;border:none}.studio-collab-panel{z-index:1350;pointer-events:none;position:fixed;inset:0}.studio-collab-panel--open{pointer-events:auto}.studio-collab-panel__backdrop{opacity:0;background:#0a2e1d38;border:none;transition:opacity .24s;position:absolute;inset:0}.studio-collab-panel--open .studio-collab-panel__backdrop{opacity:1}.studio-collab-panel__sheet{background:#fffdf8;border-left:1px solid #b8924f47;flex-direction:column;width:min(420px,100%);height:100%;transition:transform .24s;display:flex;position:absolute;top:0;right:0;transform:translate(100%);box-shadow:-12px 0 36px #1414141a}.studio-collab-panel--open .studio-collab-panel__sheet{transform:translate(0)}.studio-collab-panel--mobile .studio-collab-panel__sheet{width:100%}.studio-collab-panel__header{border-bottom:1px solid #b8924f29;justify-content:space-between;align-items:flex-start;gap:12px;padding:20px 20px 12px;display:flex}.studio-collab-panel__eyebrow{letter-spacing:.04em;text-transform:uppercase;color:#0a2e1d85;margin:0 0 4px;font-size:.75rem;font-weight:600}.studio-collab-panel__title{color:#0a2e1d;margin:0;font-size:1.25rem;font-weight:700}.studio-collab-panel__close{color:#0a2e1d;cursor:pointer;background:#fff;border:1px solid #b8924f3d;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.studio-collab-panel__tabs{border-bottom:1px solid #b8924f24;gap:4px;padding:10px 16px 0;display:flex}.studio-collab-panel__tab{color:#0a2e1d94;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 12px;font-size:.8125rem;font-weight:600}.studio-collab-panel__tab.is-active{color:#0a2e1d;border-bottom-color:#b8924fbf}.studio-collab-panel__content{flex:1;padding:16px 20px 24px;overflow:auto}.studio-collab-panel__group{margin-bottom:18px}.studio-collab-panel__group-title{letter-spacing:.03em;text-transform:uppercase;color:#0a2e1d8c;margin:0 0 8px;font-size:.75rem;font-weight:700}.studio-collab-panel__member-list,.studio-collab-panel__invite-list,.studio-collab-panel__activity-list{margin:0;padding:0;list-style:none}.studio-collab-panel__member,.studio-collab-panel__invite,.studio-collab-panel__activity-item{border-bottom:1px solid #b8924f1a;align-items:center;gap:10px;padding:8px 0;display:flex}.studio-collab-panel__avatar-img,.studio-collab-panel__avatar-fallback{border-radius:50%;flex-shrink:0;width:34px;height:34px}.studio-collab-panel__avatar-fallback{color:#0a2e1d;background:#b8924f2e;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.studio-collab-panel__member-meta{flex:1;min-width:0}.studio-collab-panel__member-name{color:#0a2e1d;font-size:.875rem;font-weight:600;display:block}.studio-collab-panel__member-status{color:#0a2e1d80;font-size:.75rem;display:block}.studio-collab-panel__member-actions{align-items:center;gap:6px;display:flex}.studio-collab-panel__role-select,.studio-collab-panel__input{color:#0a2e1d;background:#fff;border:1px solid #b8924f47;border-radius:8px;padding:7px 10px;font-size:.8125rem}.studio-collab-panel__invite-row{grid-template-columns:1fr auto auto;gap:8px;display:grid}.studio-collab-panel__invite-btn,.studio-collab-panel__remove-btn{color:#0a2e1d;cursor:pointer;background:#fff;border:1px solid #b8924f47;border-radius:8px;padding:7px 12px;font-size:.8125rem;font-weight:600}.studio-collab-panel__invite-btn{color:#fffdf8;background:#0a2e1d;border-color:#0a2e1d}.studio-collab-panel__empty{text-align:center;padding:28px 8px}.studio-collab-panel__empty-title{color:#0a2e1d;margin:0 0 8px;font-size:1rem;font-weight:700}.studio-collab-panel__empty-body,.studio-collab-panel__hint,.studio-collab-panel__loading,.studio-collab-panel__error{color:#0a2e1dad;margin:0;font-size:.875rem;line-height:1.55}.studio-collab-panel__error{color:#9b2c2c}.studio-collab-panel__activity-label{color:#0a2e1d;flex:1;font-size:.875rem}.studio-collab-panel__activity-time{color:#0a2e1d80;white-space:nowrap;font-size:.75rem}.studio-collab-panel__field-label{letter-spacing:.03em;text-transform:uppercase;color:#0a2e1d8c;margin:12px 0 6px;font-size:.75rem;font-weight:600;display:block}.studio-collab-panel__check{align-items:center;gap:8px;margin:8px 0;font-size:.875rem;display:flex}.studio-collab-panel__member--pick{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;width:100%;padding:8px}.studio-collab-panel__member--pick:hover{background:#0a2e1d0a}.studio-collab-panel__tab-body{margin-bottom:20px}.studio-collab-panel textarea.studio-collab-panel__input{resize:vertical;min-height:72px}.studio-project-list-page__shared-link{color:inherit;text-underline-offset:2px;text-decoration:underline}@media (max-width:768px){.studio-project-card{grid-template-columns:auto 1fr;grid-template-areas:"drag tools""open open";gap:10px}.studio-project-card__drag{grid-area:drag}.studio-project-card__tools{grid-area:tools;justify-self:end}.studio-project-card__open{grid-area:open;grid-template-columns:48px 1fr}.studio-project-card__cover{width:48px;height:64px}.studio-collab-panel__invite-row{grid-template-columns:1fr}}
