*{box-sizing:border-box}html,body,#root{overscroll-behavior:none;background:#f5f6f8;width:100%;height:100%;margin:0;padding:0;font-family:Arial,sans-serif;overflow:hidden}.app-shell{overscroll-behavior:none;flex-direction:column;width:100%;height:100dvh;transition:filter .16s,transform .16s;display:flex;overflow:hidden}.app-shell-blurred{filter:blur(7px);pointer-events:none;-webkit-user-select:none;user-select:none;transform:scale(1.01)}.library-shell{overscroll-behavior:none;color:#172026;background:#eef2f5;flex-direction:column;height:100dvh;min-height:100vh;display:flex;overflow:hidden}.library-header{z-index:90;background:#fff;border-bottom:1px solid #d9e0e6;flex:none;justify-content:space-between;align-items:center;gap:clamp(.75rem,2vw,1.75rem);min-height:clamp(4rem,7svh,5.1rem);padding-block:clamp(.5rem,1.4svh,.875rem);padding-inline:clamp(1rem,2.4vw,2rem);display:flex;position:relative}.brand-logo{object-fit:contain;width:auto;display:block}.brand-logo-link{cursor:pointer;background:0 0;border:0;align-items:center;padding:0;display:inline-flex}.brand-logo-link:focus-visible{outline-offset:4px;outline:2px solid #2d6cdf}.library-brand-logo{max-width:min(14rem,34vw);height:clamp(3.15rem,5.6svh,4.2rem)}.library-header-center{flex:auto;justify-content:center;align-items:center;gap:12px;min-width:0;display:flex}.library-announcement-button{color:#2f6f61;letter-spacing:0;white-space:nowrap;background:#ffffffdb;border:1px solid #cfd6dd;border-radius:999px;max-width:min(520px,100%);min-height:36px;padding:8px 18px;font-size:14px;font-weight:800}.library-announcement-button:hover{background:#f4fbf7;border-color:#2f6f61;box-shadow:inset 0 0 0 1px #2f6f61}.library-guest-join-button{color:#2f6f61;text-transform:lowercase;background:#fff;border:3px solid #2fb84d;border-radius:6px;width:min(28rem,34vw);min-height:42px;padding:8px 18px;font-size:14px;font-weight:700}.library-guest-join-button:hover{background:#f0fff4}.library-header-actions{align-items:center;gap:clamp(.5rem,1.2vw,1rem);display:flex}.library-view-switch{isolation:isolate;background:#fff;border:1px solid #cfd6dd;border-radius:999px;grid-template-columns:1fr 1fr;width:clamp(14rem,18vw,18rem);min-height:36px;display:grid;position:relative;overflow:hidden}.library-view-switch-indicator{inset-block:3px;box-sizing:border-box;z-index:-1;background:#2f6f61;border-radius:999px;width:calc(50% - 3px);transition:left .18s,width .18s,transform .18s,opacity .18s,background .18s,box-shadow .18s,border-color .18s;position:absolute;left:3px;box-shadow:0 6px 16px #2f6f612e}.library-view-switch.hub-active .library-view-switch-indicator{transform:translate(calc(100% - 3px))}.library-view-switch.no-active .library-view-switch-indicator{inset-block:7px;width:1px;box-shadow:none;opacity:1;z-index:0;background:#cfd6dd;border:1px solid #cfd6dd;left:50%;transform:translate(-50%)}.library-view-switch.no-active:has(.library-view-switch-button:first-of-type:is(:hover,:focus-visible,:active)) .library-view-switch-indicator{inset-block:3px;background:#f8fafcf0;border-color:#cfd6dd;width:calc(50% - 3px);left:3px;transform:translate(0)}.library-view-switch.no-active:has(.library-view-switch-button:last-of-type:is(:hover,:focus-visible,:active)) .library-view-switch-indicator{inset-block:3px;background:#f8fafcf0;border-color:#cfd6dd;width:calc(50% - 3px);left:50%;transform:translate(0)}.library-view-switch-button{z-index:1;color:#374151;white-space:nowrap;cursor:pointer;background:0 0;border:0;min-width:0;min-height:36px;padding:8px 14px;font-size:14px;font-weight:700;transition:color .18s;position:relative}.library-view-switch-button:hover{color:#1f5f52}.library-view-switch-button[aria-selected=true]{color:#fff}.library-view-switch-button:focus-visible{outline-offset:-3px;outline:2px solid #2d6cdf}.library-new-button{color:#fff;background:#2f6f61;border:1px solid #1f5f52;border-radius:6px;min-height:36px;padding:8px 14px;font-size:14px;font-weight:700}.library-new-button:hover{background:#275c51}.library-new-project-anchor{flex:none;align-items:center;display:inline-flex;position:relative}.library-create-popover{z-index:180;overscroll-behavior:contain;background:#fffffffa;border:1px solid #11182729;border-radius:8px;width:min(330px,100vw - 32px);max-height:min(560px,100vh - 112px);padding:13px;position:absolute;top:calc(100% + 10px);right:0;overflow-y:auto;box-shadow:0 18px 48px #0f172a33}.library-create-popover:before{content:"";background:#fffffffa;border-top:1px solid #11182729;border-left:1px solid #11182729;width:12px;height:12px;position:absolute;top:-7px;right:28px;transform:rotate(45deg)}.library-create-popover .library-field{gap:6px;margin-top:10px}.library-create-popover .library-field:first-child{margin-top:0}.library-create-popover .library-field>span{color:#374151;font-size:15px;font-weight:900;line-height:1.2}.library-create-popover .library-layout-inputs{grid-template-columns:92px auto 92px;justify-content:center;align-items:end;gap:18px;width:max-content;max-width:100%;margin:0 auto;padding-inline:12px}.library-create-popover .library-layout-inputs label{color:#2f6f61;text-align:center;font-weight:800}.library-create-popover .library-layout-inputs input{color:#2f6f61;text-align:center;text-indent:14px;border:2px solid #2f6f61;height:38px;padding:0;font-size:15px;font-weight:900;line-height:38px}.library-create-popover .library-layout-preview{margin-top:8px}.library-create-popover .library-create-button{min-height:38px;margin-top:12px}.editor-export-popover-anchor{align-items:center;display:inline-flex;position:relative}.library-download-popover-layer{z-index:80;pointer-events:none;position:fixed;inset:0}.library-download-popover{overscroll-behavior:contain;pointer-events:auto;background:#fffffffa;border:1px solid #11182729;border-radius:8px;width:min(310px,100vw - 32px);max-height:min(420px,100vh - 112px);padding:10px;overflow-y:auto;box-shadow:0 18px 48px #0f172a33}.editor-download-popover{z-index:180;position:absolute;top:calc(100% + 10px);right:0}.library-page-download-popover{position:fixed;top:calc(clamp(4rem,7svh,5.1rem) + 16px);right:clamp(1rem,16vw,360px)}.library-page-download-popover:before{display:none}.editor-download-popover:before,.library-page-download-popover:before{content:"";background:#fffffffa;border-top:1px solid #11182729;border-left:1px solid #11182729;width:12px;height:12px;position:absolute;top:-7px;right:24px;transform:rotate(45deg)}.library-guide-button{color:#2f6f61;background:#fff;border:1px solid #cfd6dd;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:16px;font-weight:900;line-height:1;display:inline-flex}.library-guide-button:hover{border-color:#2f6f61;box-shadow:inset 0 0 0 1px #2f6f61}.library-secondary-button{color:#374151;background:#fff;border:1px solid #cfd6dd;border-radius:6px;min-height:36px;padding:8px 14px;font-size:14px;font-weight:700}.library-secondary-button:hover{color:#2d6cdf;border-color:#2d6cdf}.library-user-menu-wrap{width:56px;height:66px;position:relative}.library-user-avatar-button{color:#172026;background:0 0;border:0;width:56px;height:66px;padding:0;position:relative}.library-user-avatar{z-index:2;color:#fff;background:linear-gradient(145deg,#2f6f61,#1f4f45);border:2px solid #fff;border-radius:50%;place-items:center;width:56px;height:56px;font-size:22px;font-weight:800;display:grid;position:absolute;top:0;left:0;overflow:hidden;box-shadow:0 8px 18px #0f172a2e}.library-user-avatar img,.library-profile-avatar img{object-fit:cover;width:100%;height:100%;display:block}.library-user-avatar.has-image,.library-profile-avatar.has-image{background:0 0}.library-user-name-tab{z-index:3;color:#374151;text-align:center;text-overflow:ellipsis;white-space:nowrap;background:#fff;border:1px solid #cfd6dd;border-radius:3px;width:max-content;min-width:66px;max-width:128px;height:19px;padding:2px 9px 0;font-size:10px;font-weight:700;line-height:15px;display:block;position:absolute;bottom:8px;left:50%;overflow:hidden;transform:translate(-50%)}.library-user-avatar-button:hover .library-user-avatar,.library-user-avatar-button[aria-expanded=true] .library-user-avatar{box-shadow:0 10px 22px #0f172a3d}.library-guest-avatar-button .library-user-name-tab{color:#4b5563}.library-user-avatar-guest{background:linear-gradient(145deg,#eef2f7,#d6dde6);border-color:#fff;box-shadow:0 8px 18px #0f172a1f}.library-user-avatar-guest:before{content:"";border:3px solid #9aa4b2;border-radius:50%;width:15px;height:15px;position:absolute;top:13px;left:50%;transform:translate(-50%)}.library-user-avatar-guest:after{content:"";border:3px solid #9aa4b2;border-bottom:0;border-radius:18px 18px 0 0;width:28px;height:17px;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.library-user-menu{z-index:20;background:#fff;border:1px solid #d7dee5;border-radius:8px;flex-direction:column;gap:10px;width:220px;padding:12px;display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 16px 42px #0f172a29}.library-user-menu-account{border-bottom:1px solid #edf1f5;flex-direction:column;min-width:0;padding-bottom:10px;display:flex}.library-user-menu-account strong,.library-user-menu-account span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.library-user-menu-account strong{color:#172026;font-size:14px}.library-user-menu .language-select{justify-content:space-between}.library-user-menu .language-select select{min-width:108px}.library-user-menu-action,.library-user-menu-logout{color:#374151;text-align:left;background:#fff;border:1px solid #cfd6dd;border-radius:6px;width:100%;min-height:34px;font-size:13px;font-weight:700}.library-user-menu-action:hover,.library-user-menu-logout:hover{color:#2d6cdf;border-color:#2d6cdf}.auth-shell{color:#172026;background:#eef2f5;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.auth-panel{background:#fff;border:1px solid #d7dee5;border-radius:8px;width:min(420px,100%);padding:24px;box-shadow:0 18px 50px #1118271f}.auth-expired-static{flex-direction:column;gap:16px;display:flex}.auth-expired-static p{color:#4b5563;margin:0;font-size:14px;line-height:1.45}.auth-copy{margin-bottom:20px}.auth-top-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.auth-top-actions{align-items:center;gap:8px;display:inline-flex}.auth-cancel-button{color:#5f6b76;background:#fff;border:1px solid #cfd6dd;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-size:18px;line-height:1;display:inline-flex}.library-modal-overlay .auth-shell{background:0 0;min-height:0;padding:0}.auth-copy p,.auth-copy h1{margin:0}.auth-copy p{color:#2f6f61;font-size:12px;font-weight:700}.auth-copy h1{margin-top:5px;font-size:24px;line-height:1.15}.auth-brand-logo{width:94px;height:auto}.reset-password-panel .auth-copy h1{text-align:center}.auth-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:18px;display:grid}.auth-tabs button{color:#374151;background:#fff;border:1px solid #cfd6dd;border-radius:6px;min-height:36px;font-size:13px;font-weight:700}.auth-tabs button.active{color:#1f4fb3;border-color:#2d6cdf;outline:none;box-shadow:inset 0 0 0 1px #2d6cdf}.auth-form{flex-direction:column;gap:12px;display:flex}.auth-form label{color:#374151;flex-direction:column;gap:6px;font-size:13px;display:flex}.auth-form input{color:#172026;border:1px solid #cfd6dd;border-radius:6px;height:40px;padding:8px 10px;font-size:14px}.auth-form .auth-legal-check{color:#4b5563;flex-direction:row;align-items:flex-start;gap:8px;font-size:12px;line-height:1.35;display:flex}.auth-legal-check input{appearance:none;background:#fff;border:1.5px solid #9ca3af;border-radius:3px;flex:none;width:15px;height:15px;margin:1px 0 0;padding:0}.auth-legal-check button{color:#2d6cdf;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:700;text-decoration:none}.auth-legal-check input:checked{background-color:#2f6f61;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:16px 16px;border-color:#2f6f61}.auth-legal-check-error,.auth-legal-check-error button{color:#b91c1c}.auth-legal-check-error input{border-color:#b91c1c;box-shadow:0 0 0 2px #b91c1c24}.auth-legal-check-shake{animation:.5s both auth-legal-shake}@keyframes auth-legal-shake{0%,to{transform:translate(0)}18%,54%{transform:translate(-5px)}36%,72%{transform:translate(5px)}}.auth-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:9px 10px;font-size:13px;line-height:1.35}.auth-success{color:#1f5f52;background:#2f6f6114;border:1px solid #2f6f6147;border-radius:6px;padding:9px 10px;font-size:13px;line-height:1.35}.auth-reset-copy{flex-direction:column;gap:6px;display:flex}.auth-reset-copy strong{color:#172026;font-size:15px;line-height:1.3}.auth-reset-copy p{color:#5f6b76;margin:0;font-size:13px;line-height:1.45}.auth-submit{color:#fff;background:#2f6f61;border:1px solid #1f5f52;border-radius:6px;min-height:42px;margin-top:4px;font-size:14px;font-weight:700}.auth-submit:disabled{cursor:not-allowed;opacity:.65}.auth-secondary-button{color:#374151;background:#fff;border:1px solid #cfd6dd;border-radius:6px;min-height:38px;font-size:13px;font-weight:700}.auth-secondary-button:hover{background:#f7f9fb;border-color:#aeb8c2}.auth-link-button{color:#2f6f61;background:0 0;border:0;align-self:center;padding:4px 8px;font-size:13px;font-weight:700}.auth-link-button:hover{color:#1f5f52;text-decoration:underline}.auth-loading{color:#5f6b76;font-size:14px}.library-main{overscroll-behavior:none;flex:auto;width:min(1440px,100%);min-height:0;margin:0 auto;padding:24px;overflow-y:auto}.library-projects-panel{background:#fff;border:1px solid #d7dee5;border-radius:8px;min-width:0;padding:18px;position:relative}.library-company-footer{color:#8a949d;text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:0;padding:12px 16px 2px;font-size:11px;line-height:1.35;display:flex}.library-company-footer span,.library-company-footer button{font:inherit;color:inherit;white-space:nowrap;background:0 0;border:0;text-decoration:none}.library-company-footer-brand{color:#59646d;letter-spacing:.01em;font-family:Arial Rounded MT Bold,Trebuchet MS,system-ui,sans-serif;font-weight:900}.library-company-footer button{cursor:pointer;padding:0}.library-company-footer span:not(:last-child):after,.library-company-footer button:not(:last-child):after{content:"·";color:#b3bcc4;margin:0 8px}.library-company-footer button:hover{color:#2f6f61}.library-modal-overlay{z-index:100;-webkit-backdrop-filter:blur(10px)saturate(130%);backdrop-filter:blur(10px)saturate(130%);background:#1f293757;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.feature-notification-overlay{z-index:9200}.app-dialog-overlay{z-index:260;-webkit-backdrop-filter:blur(12px)saturate(135%);backdrop-filter:blur(12px)saturate(135%);background:radial-gradient(circle at 50% 42%,#ffffff2e,#0000 34%),#0f172a52;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.app-dialog-overlay-failure{-webkit-backdrop-filter:blur(8px)saturate(110%);backdrop-filter:blur(8px)saturate(110%);background:#e5e7eb7a}.app-dialog{color:#172026;-webkit-backdrop-filter:blur(18px)saturate(145%);backdrop-filter:blur(18px)saturate(145%);background:#ffffffd1;border:1px solid #ffffff94;border-radius:8px;grid-template-columns:38px minmax(0,1fr);gap:14px;width:min(420px,100%);padding:18px;display:grid;box-shadow:0 22px 70px #0f172a38,inset 0 1px #ffffffb8}.app-dialog-mark{color:#2f6f61;background:#2f6f611a;border:1px solid #2f6f6138;border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;font-size:20px;font-weight:900;line-height:1;display:flex}.app-dialog-danger .app-dialog-mark{color:#dc2626;background:#fee2e2c7;border-color:#dc26263d}.app-dialog-failure{background:#f9fafbf5;border-color:#9ca3af;box-shadow:0 22px 70px #1f29372e,inset 0 1px #ffffffb8}.app-dialog-failure .app-dialog-mark{color:#4b5563;background:#e5e7eb;border-color:#9ca3af}.app-dialog-failure .app-dialog-primary{color:#fff;background:#4b5563;border-color:#9ca3af}.app-dialog-failure .app-dialog-primary:hover{background:#374151;border-color:#6b7280}.app-dialog-content{min-width:0}.app-dialog-content h2{color:#172026;margin:0 0 8px;font-size:18px;font-weight:850;line-height:1.25}.app-dialog-message{gap:6px;display:grid}.app-dialog-message p{color:#4b5563;margin:0;font-size:13px;line-height:1.45}.app-dialog-actions{grid-column:1/-1;justify-content:flex-end;gap:10px;margin-top:8px;display:flex}.app-dialog-secondary,.app-dialog-primary{border-radius:6px;min-width:76px;height:36px;padding:0 14px;font-size:13px;font-weight:850}.app-dialog-secondary{color:#374151;background:#ffffff8f;border:1px solid #94a3b894}.app-dialog-secondary:hover{background:#ffffffc7;border-color:#64748bb8}.app-dialog-primary{color:#fff;background:#2f6f61eb;border:1px solid #2f6f61eb}.app-dialog-primary:hover{background:#275c51}.app-dialog-primary.danger{background:#dc2626e6;border-color:#dc2626e6}.app-dialog-primary.danger:hover{background:#b91c1c}.app-tooltip{z-index:360;color:#172026;white-space:normal;pointer-events:none;background:#fffffff5;border:1px solid #11182724;border-radius:6px;max-width:min(280px,100vw - 24px);padding:6px 9px;font-size:12px;font-weight:800;line-height:1.25;position:fixed;transform:translate(-50%,-100%);box-shadow:0 8px 20px #0f172a29}.creator-guide-nudge{z-index:80;color:#172026;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffd6;border:1px solid #2f6f6133;border-radius:8px;gap:8px;width:min(260px,100vw - 32px);padding:14px;display:grid;position:fixed;top:50%;right:18px;transform:translateY(-50%);box-shadow:0 14px 34px #0f172a29}.creator-guide-nudge strong{padding-right:24px;font-size:14px;font-weight:900;line-height:1.25}.creator-guide-nudge>span{color:#5f6b76;font-size:12px;line-height:1.4}.creator-guide-nudge-close{color:#6b7280;background:0 0;border:0;width:24px;height:24px;padding:0;font-size:20px;line-height:1;position:absolute;top:8px;right:8px}.creator-guide-nudge-close:hover{color:#172026}.creator-guide-nudge-start{color:#fff;background:#2f6f61;border:1px solid #2f6f61;border-radius:6px;height:32px;font-size:13px;font-weight:800}.creator-guide-nudge-start:hover{background:#275c51}.creator-guide-nudge-check{color:#5f6b76;align-items:center;gap:7px;font-size:12px;line-height:1.2;display:flex}.creator-guide-nudge-check input{width:14px;height:14px;margin:0}.creator-guide-layer{z-index:140;pointer-events:none;position:fixed;inset:0}.creator-guide-mask{pointer-events:none;background:#0f172a94;position:fixed}.creator-guide-mask-full{inset:0}.creator-guide-highlight{pointer-events:none;border:3px solid #fffffff2;border-radius:10px;position:fixed;box-shadow:0 0 0 2px #2f6f61db,0 14px 40px #0f172a42}.creator-guide-popover{z-index:141;color:#172026;pointer-events:auto;background:#fff;border:1px solid #0f172a24;border-radius:8px;width:min(320px,100vw - 28px);padding:16px;position:fixed;box-shadow:0 18px 50px #0f172a3d}.creator-guide-progress{color:#6b7280;letter-spacing:0;margin-bottom:8px;font-size:11px;font-weight:800}.creator-guide-popover h2{margin:0 0 8px;font-size:17px;font-weight:900;line-height:1.25}.creator-guide-popover p{color:#4b5563;margin:0;font-size:13px;line-height:1.45}.creator-guide-actions{justify-content:space-between;align-items:center;gap:12px;margin-top:16px;display:flex}.creator-guide-actions>div{gap:8px;display:flex}.creator-guide-link-button,.creator-guide-secondary,.creator-guide-primary{border-radius:6px;height:32px;padding:0 12px;font-size:12px;font-weight:800}.creator-guide-link-button{color:#6b7280;background:0 0;border:0}.creator-guide-link-button:hover{color:#172026}.creator-guide-secondary{color:#374151;background:#fff;border:1px solid #cfd6dd}.creator-guide-secondary:disabled{cursor:not-allowed;opacity:.5}.creator-guide-primary{color:#fff;background:#2f6f61;border:1px solid #2f6f61}.creator-guide-primary:hover{background:#275c51}.library-create-modal{overscroll-behavior:none;background:#fff;border:1px solid #11182729;border-radius:8px;width:min(540px,100%);max-height:calc(100vh - 48px);padding:20px;position:relative;overflow-y:auto;box-shadow:0 18px 50px #1118273d}.library-download-modal{overscroll-behavior:none;background:#fff;border:1px solid #11182729;border-radius:8px;width:min(460px,100%);max-height:calc(100vh - 48px);padding:20px;position:relative;overflow-y:auto;box-shadow:0 18px 50px #1118273d}.library-profile-modal,.avatar-crop-modal,.library-publish-modal,.library-legal-modal,.library-letter-modal{overscroll-behavior:none;background:#fff;border:1px solid #11182729;border-radius:8px;width:min(480px,100%);max-height:calc(100vh - 48px);padding:20px;position:relative;overflow-y:auto;box-shadow:0 18px 50px #1118273d}.avatar-crop-overlay{z-index:80}.avatar-crop-modal{width:min(460px,100%)}.avatar-crop-close{z-index:4;position:absolute;top:16px;right:16px}.library-letter-modal{width:min(560px,100%)}.library-legal-modal{width:min(620px,100%)}.library-legal-body{overscroll-behavior:none;color:#374151;max-height:min(62vh,560px);padding-right:6px;font-size:13px;line-height:1.52;overflow-y:auto}.library-legal-section+.library-legal-section{margin-top:16px}.library-legal-section h3{color:#172026;margin:0 0 7px;font-size:14px}.library-legal-section p{margin:0}.library-legal-section p+p{margin-top:7px}.library-letter-top{min-height:36px;display:block;position:relative}.library-letter-heading{text-align:center;width:max-content;max-width:calc(100% - 96px);margin-bottom:18px;padding:0;position:absolute;top:0;left:50%;transform:translate(-50%)}.library-letter-heading h2{font-size:19px}.library-letter-modal .library-modal-close{position:absolute;top:0;right:0}.library-letter-body{color:#374151;border:3px solid #2f6f61;border-radius:8px;flex-direction:column;gap:14px;margin:15px;padding:14px;font-size:14px;line-height:1.55;display:flex}.library-letter-body p{margin:0}.library-letter-body strong{color:#172026;margin-bottom:6px;font-size:14px;display:block}.library-letter-body ul{margin:0;padding-left:18px}.library-letter-body li+li{margin-top:4px}.library-letter-actions{justify-content:flex-end;margin-top:18px;display:flex}.library-letter-ok-button{min-width:96px}.feature-notification-modal{overscroll-behavior:none;background:#fff;border:1px solid #11182729;border-radius:8px;grid-template-rows:auto minmax(0,1fr) auto;width:min(560px,100%);max-height:calc(100dvh - 48px);padding:22px;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 50px #1118273d}.feature-notification-top{flex:none;min-height:58px;position:relative}.feature-notification-logo{width:118px;height:auto;position:absolute;top:0;left:0}.feature-notification-top h2{color:#172026;text-align:center;margin:0;padding:16px 116px 0;font-size:22px;font-weight:800;line-height:1.2}.feature-notification-body{overscroll-behavior:contain;color:#374151;border:3px solid #2f6f61;border-radius:8px;min-height:0;margin:18px 0 0;padding:16px;font-size:14px;line-height:1.55;overflow-y:auto}.feature-notification-body p{margin:0 0 12px}.feature-notification-body ul{margin:0;padding-left:18px}.feature-notification-body li+li{margin-top:7px}.feature-notification-actions{background:#fff;justify-content:space-between;align-items:center;gap:18px;margin-top:18px;padding-top:12px;display:flex}.feature-notification-actions.without-checkbox{justify-content:flex-end}.feature-notification-checkbox{color:#6b7280;align-items:center;gap:8px;font-size:13px;font-weight:700;display:inline-flex}.feature-notification-checkbox input{accent-color:#2f6f61;width:15px;height:15px}.feature-notification-ok-button{color:#fff;cursor:pointer;background:#2f6f61;border:1px solid #1f5f52;border-radius:6px;min-width:96px;min-height:36px;padding:8px 14px;font-size:14px;font-weight:700}.feature-notification-ok-button:hover{background:#275c51}@media (width<=520px){.library-modal-overlay{align-items:center;padding:12px}.feature-notification-modal{grid-template-rows:74px minmax(280px,1fr) 42px;width:calc(100vw - 24px);height:auto;max-height:calc(100svh - 24px);padding:16px}.feature-notification-top{min-height:74px}.feature-notification-logo{width:82px}.feature-notification-top h2{padding:52px 0 0;font-size:18px}.feature-notification-body{border-width:2px;max-height:100%;margin-top:12px;padding:12px;font-size:13px;line-height:1.42}.feature-notification-body p{margin-bottom:9px}.feature-notification-body li+li{margin-top:5px}.feature-notification-actions{align-items:center;gap:12px;margin-top:10px;padding-top:10px}.feature-notification-checkbox{flex:auto;min-width:0;font-size:12px}.feature-notification-ok-button{flex:none;justify-content:center;align-items:center;min-width:82px;min-height:36px;display:inline-flex}}.library-publish-count{color:#6b7280;text-align:right;margin-top:6px;font-size:12px}.library-publish-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;margin-top:12px;padding:9px 10px;font-size:13px;line-height:1.35}.library-inline-popover-layer{z-index:220;pointer-events:none;background:0 0;position:fixed;inset:0}.library-inline-popover{pointer-events:auto;max-height:calc(100vh - 48px);position:fixed}.library-publish-modal.library-inline-popover{width:min(300px,100vw - 32px);padding:10px 12px 12px}.library-publish-modal .library-field{margin-top:10px}.library-publish-modal .library-field:first-child{margin-top:0}.library-publish-modal .library-field>span{color:#2f6f61;font-weight:900}.library-publish-modal .library-field textarea{overscroll-behavior:contain;resize:none;height:116px;min-height:116px;max-height:116px;overflow-y:auto}.library-publish-modal .library-profile-actions{margin-top:8px}.library-modal-top{grid-template-columns:minmax(0,1fr) 32px;gap:12px;display:grid}.library-modal-close{color:#5f6b76;background:#fff;border:1px solid #cfd6dd;border-radius:6px;width:32px;height:32px;font-size:20px;line-height:1}.library-export-options{grid-template-columns:1fr;gap:8px;display:grid}.library-export-options button{color:#172026;text-align:left;background:#fff;border:1.5px solid #2f6f61;border-radius:8px;grid-template-columns:minmax(0,1fr) 58px;align-items:center;gap:10px;min-width:0;min-height:72px;padding:10px 12px;display:grid}.library-export-options button:hover{background:#f4fbf7;border-color:#24584e;box-shadow:0 6px 18px #0f172a14}.library-export-options strong{color:#fff;background:#2f6f61;border-radius:7px;align-items:center;width:fit-content;max-width:100%;min-height:26px;padding:5px 9px;font-size:14px;font-weight:900;line-height:1.2;display:inline-flex;transform:translateY(-1.2em)}.export-option-preview{justify-content:center;justify-self:end;align-items:center;width:54px;height:54px;display:flex;overflow:hidden}.export-option-preview img{object-fit:contain;max-width:100%;max-height:100%;display:block}.export-option-preview.pdf img,.export-option-preview.png img{image-rendering:pixelated}.library-section-heading{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:18px;display:flex}.library-section-heading>div{min-width:0}.library-section-heading h2{margin:0;font-size:18px;line-height:1.2}.library-section-heading span{color:#6b7280;font-size:12px;line-height:1.4}.creator-hub-sort-controls{flex-wrap:wrap;align-items:center;gap:8px;margin:-2px 0 14px;display:flex}.creator-hub-sort-button-row{display:contents}.creator-hub-sort-controls button{color:#374151;cursor:pointer;background:#ffffffdb;border:1px solid #d7dee5;border-radius:8px;justify-content:center;align-items:center;gap:10px;min-width:104px;min-height:34px;padding:5px 9px;display:inline-flex}.creator-hub-sort-controls button:hover,.creator-hub-sort-controls button.active{color:#24584e;background:#f4fbf7;border-color:#2f6f61}.creator-hub-sort-controls span{text-align:center;letter-spacing:0;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:inline-flex}.creator-hub-sort-controls strong{color:#7b858f;font-size:10px;font-weight:600}.creator-hub-sort-direction{text-align:center;flex-direction:column;align-items:center;gap:1px;line-height:1;display:inline-flex}.creator-hub-sort-direction span{font-size:inherit;font-weight:inherit;line-height:1}.creator-hub-sort-direction svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:10px;height:14px}.creator-hub-sort-controls button.active strong{color:#4f766d}.creator-hub-sort-select{display:none}.creator-hub-sort-select span{clip:rect(0 0 0 0);color:#6b7280;text-transform:uppercase;width:1px;height:1px;font-size:11px;font-weight:800;position:absolute;overflow:hidden}.creator-hub-sort-select select{appearance:none;color:#24584e;background:linear-gradient(45deg,#0000 50%,#2f6f61 50%) calc(100% - 18px)/6px 6px no-repeat,linear-gradient(135deg,#2f6f61 50%,#0000 50%) calc(100% - 12px)/6px 6px no-repeat,#f4fbf7;border:1px solid #2f6f61;border-radius:8px;width:auto;min-width:132px;min-height:36px;padding:7px 38px 7px 12px;font-size:13px;font-weight:900}.library-field{color:#374151;flex-direction:column;gap:8px;margin-top:16px;font-size:13px;display:flex}.library-field input{color:#172026;background:#fff;border:1px solid #cfd6dd;border-radius:6px;width:100%;height:38px;padding:8px 10px;font-size:14px}.library-field textarea{resize:vertical;color:#172026;width:100%;min-height:112px;font:inherit;background:#fff;border:1px solid #cfd6dd;border-radius:6px;padding:9px 10px;font-size:14px;line-height:1.4}.library-field textarea:focus,.library-field input:focus{border-color:#2d6cdf;outline:none;box-shadow:0 0 0 2px #2d6cdf1f}.library-profile-form{flex-direction:column;gap:16px;margin-top:16px;display:flex}.library-profile-avatar-input{color:#5f6b76;cursor:pointer;align-items:center;gap:14px;font-size:13px;font-weight:700;display:flex}.library-profile-avatar-input input{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.library-profile-avatar{color:#fff;background:linear-gradient(145deg,#2f6f61,#1f4f45);border:2px solid #fff;border-radius:50%;flex:0 0 76px;place-items:center;width:76px;height:76px;font-size:28px;font-weight:800;display:grid;overflow:hidden;box-shadow:0 10px 24px #0f172a2e}.library-profile-avatar-input:hover .library-profile-avatar{box-shadow:0 12px 28px #0f172a3d}.library-profile-actions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.avatar-crop-stage{aspect-ratio:1;touch-action:none;background-color:#f8fafc;background-image:linear-gradient(45deg,#9aa4af29 25%,#0000 25%),linear-gradient(-45deg,#9aa4af29 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#9aa4af29 75%),linear-gradient(-45deg,#0000 75%,#9aa4af29 75%),none;background-position:0 0,0 8px,8px -8px,-8px 0;background-repeat:repeat,repeat,repeat,repeat,repeat;background-size:16px 16px;background-attachment:scroll,scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box,border-box;border:1px solid #9aa4af73;border-radius:8px;width:100%;max-height:min(62vh,420px);position:relative;overflow:hidden}.avatar-crop-stage img{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%;display:block}.avatar-crop-box{z-index:2;cursor:grab;touch-action:none;border:2px solid #fff;border-radius:8px;position:absolute;box-shadow:0 0 0 9999px #0f172a94,0 0 0 1px #2f6f61eb,0 10px 28px #0f172a2e}.avatar-crop-box:active{cursor:grabbing}.avatar-crop-circle{pointer-events:none;border:1px dashed #ffffffeb;border-radius:50%;position:absolute;inset:7%}.avatar-crop-resize{cursor:nwse-resize;touch-action:none;background:#2f6f61;border:2px solid #fff;border-radius:999px;width:22px;height:22px;position:absolute;bottom:-10px;right:-10px;box-shadow:0 4px 12px #0f172a3d}.avatar-crop-actions{margin-top:16px}.library-profile-save-button{color:#fff;background:#2f6f61;border:1px solid #1f5f52;border-radius:6px;min-height:36px;padding:8px 16px;font-size:14px;font-weight:700}.library-profile-save-button:hover:not(:disabled){background:#275c51}.library-profile-save-button:disabled,.library-secondary-button:disabled{cursor:not-allowed;opacity:.55}.library-layout-option{color:#172026;background:#fff;border:1px solid #cfd6dd;border-radius:6px}.library-layout-option.active{border-color:#2d6cdf;box-shadow:inset 0 0 0 1px #2d6cdf}.library-layout-inputs,.library-layout-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.library-layout-inputs label{color:#5f6b76;flex-direction:column;gap:6px;min-width:0;font-size:12px;display:flex}.library-layout-inputs input{width:100%}.library-layout-multiply{color:#5f6b76;justify-content:center;align-items:center;height:38px;font-size:18px;font-weight:900;line-height:1;display:inline-flex}.library-layout-preview{box-sizing:border-box;background:#f8fafc;border:1px solid #d7dee5;border-radius:8px;grid-template-columns:minmax(0,1fr) minmax(140px,1.1fr);align-items:center;gap:16px;height:108px;min-height:108px;padding:12px;display:grid}.library-layout-preview-compact{grid-template-columns:1fr;height:82px;min-height:82px;padding:9px}.library-layout-preview-visual-only{height:70px;min-height:70px}.library-layout-preview-compact .library-layout-preview-copy{gap:2px}.library-layout-preview-compact strong{font-size:15px}.library-layout-preview-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.library-layout-preview-visual{justify-content:center;align-items:center;min-width:0;height:100%;display:flex}.library-layout-preview strong{color:#172026;font-size:16px;line-height:1.2}.library-layout-preview span{color:#5f6b76;font-size:12px;line-height:1.3}.library-layout-preview-frame{flex:auto;justify-content:center;align-items:center;width:100%;min-width:0;height:100%;min-height:0;display:flex}.library-layout-preview-grid{display:grid;transform:translateY(-2px)}.library-layout-preview-cell{box-sizing:border-box;background-color:#fff;background-image:linear-gradient(90deg,#2d6cdf2e 1px,#0000 1px),linear-gradient(#2f6f612e 1px,#0000 1px),none;background-position:-1px -1px;background-repeat:repeat,repeat,repeat;background-size:7px 7px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border:1px solid #5f6b76;width:100%;height:100%}.library-layout-option{text-align:left;align-items:center;gap:10px;min-height:80px;padding:10px;display:flex}.library-layout-icon-frame{flex:0 0 46px;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.library-layout-icon{display:grid}.library-layout-icon-cell{background-color:#fff;background-image:linear-gradient(90deg,#2d6cdf2e 1px,#0000 1px),linear-gradient(#2f6f612e 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:7px 7px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border:1px solid #5f6b76;width:18px;height:18px}.library-layout-option span{flex-direction:column;gap:3px;min-width:0;display:flex}.library-layout-option strong{font-size:14px;line-height:1.2}.library-layout-option small{color:#6b7280;font-size:12px;line-height:1.25}.library-create-button{color:#fff;background:#2f6f61;border:1px solid #1f5f52;border-radius:6px;width:100%;min-height:42px;margin-top:18px;font-size:14px;font-weight:700}.library-create-button:hover{background:#275c51}.library-empty{color:#6b7280;border:1px dashed #cfd6dd;border-radius:8px;justify-content:center;align-items:center;min-height:220px;font-size:14px;display:flex}.library-project-grid{grid-template-columns:repeat(auto-fill,minmax(316px,360px));justify-content:start;gap:10px;display:grid}.library-project-grid.creator-hub-grid,.library-project-grid.library-project-card-grid{grid-template-columns:repeat(auto-fill,minmax(380px,380px));justify-content:space-evenly;gap:14px clamp(16px,1vw,44px)}.library-project-grid.creator-hub-grid{padding-top:14px}.library-paginated-grid,.creator-hub-profile-projects-block{flex-direction:column;gap:14px;min-width:0;min-height:0;display:flex}.creator-hub-profile-projects-block{overflow:hidden}.project-pagination{--project-pagination-scale:1;height:calc(36px * var(--project-pagination-scale));text-align:center;padding-top:4px;display:block;overflow:visible}.project-pagination-inner{white-space:nowrap;width:max-content;max-width:none;transform:scale(var(--project-pagination-scale));transform-origin:top;flex-wrap:nowrap;justify-content:center;align-items:center;gap:8px;display:inline-flex}.project-pagination-button{color:#374151;cursor:pointer;background:#fff;border:1px solid #d7dee5;border-radius:999px;justify-content:center;align-items:center;min-width:32px;height:32px;padding:0 10px;font-size:12px;font-weight:800;transition:background-color .12s,border-color .12s,color .12s;display:inline-flex}.project-pagination-arrow{width:32px;min-width:32px;padding:0}.project-pagination-arrow-icon{width:22px;height:22px;margin:auto;display:block;overflow:visible}.project-pagination-arrow-icon path{fill:none;stroke:currentColor;stroke-width:2.6px;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.project-pagination-button:hover:not(:disabled){color:#1f5f52;background:#edf7f3;border-color:#2f6f61}.project-pagination-button:disabled{cursor:default;opacity:.42}.project-pagination-status{color:#6b7280;text-align:center;min-width:56px;font-size:13px;font-weight:800}.project-pagination-jump{color:#6b7280;align-items:center;gap:6px;font-size:12px;font-weight:800;display:inline-flex}.project-pagination-jump-link{color:#2f6f61;text-transform:uppercase;cursor:pointer;background:0 0;border:0;border-radius:5px;padding:2px 4px;font-family:Arial Rounded MT Bold,Trebuchet MS,system-ui,sans-serif;font-size:11px;font-weight:900;line-height:1.1;text-decoration:none}.project-pagination-jump-link:hover{color:#1f5f52;background:#edf7f3}.project-pagination-jump input{box-sizing:border-box;color:#172026;text-align:center;background:#fff;border:1px solid #d7dee5;border-radius:6px;width:48px;height:30px;padding:4px 6px;font-size:13px;font-weight:800}.library-project-card{--creator-hub-preview-width:142px;--creator-hub-preview-height:132px;background:#fff;border:1px solid #d7dee5;border-radius:8px;justify-self:stretch;width:100%;min-width:0;height:148px;padding:8px;display:block;position:relative;overflow:visible}.library-project-card:hover,.library-project-card:focus-within{z-index:6}.library-project-card.menu-open,.creator-hub-card.menu-open{z-index:30}.library-project-content{grid-template-columns:var(--creator-hub-preview-width) minmax(0, 1fr) 64px;gap:8px;width:100%;height:132px;min-height:0;display:grid}.library-project-open{width:var(--creator-hub-preview-width);height:var(--creator-hub-preview-height);color:#172026;background:0 0;border:0;border-radius:0;min-width:0;padding:0;overflow:hidden}.library-project-open:focus-visible{outline-offset:2px;outline:2px solid #2d6cdf}.library-project-card:hover{border-color:#2d6cdf;box-shadow:0 8px 22px #0f172a14}.library-project-actions{min-width:0;height:var(--creator-hub-preview-height);flex-direction:column;justify-content:space-between;align-items:flex-end;display:flex}.library-project-control-slot{align-items:center;gap:4px;display:flex}.library-project-cart,.library-project-publish-button,.library-project-export-button,.library-project-menu-trigger{color:#6b7280;background:#fffffff0;border:1px solid #d7dee5;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:16px;line-height:1;display:flex}.library-project-export-button{filter:drop-shadow(0 1px 2px #0f172a1f);background:0 0;border:0;border-radius:0}.library-project-cart svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.library-project-publish-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px;transition:stroke .16s,transform .16s,filter .16s;transform:translateY(2px)}.library-project-export-button svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linejoin:round;width:25px;height:25px;transition:stroke .16s,transform .16s,filter .16s}.library-project-cart:hover{color:#b45309;border-color:#b45309}.library-project-publish-button{background:0 0;border-color:#0000}.library-project-publish-button:hover{color:#1f5f8f;border-color:#0000}.library-project-publish-button:hover svg{filter:drop-shadow(0 2px 3px #1f5f8f29);transform:translateY(1px)}.library-project-export-button:hover{color:#1f5f8f}.library-project-export-button:hover svg{filter:drop-shadow(0 2px 3px #1f5f8f29);transform:translateY(-1px)}.library-project-menu{z-index:31;position:relative}.library-project-bottom-menu{z-index:31}.library-project-menu-trigger{flex-direction:column;gap:3px;position:static}.library-project-menu-trigger span{background:currentColor;border-radius:999px;width:4px;height:4px}.library-project-menu-trigger:hover,.library-project-menu-trigger[aria-expanded=true]{color:#2d6cdf;border-color:#2d6cdf}.library-project-menu-list{z-index:32;background:#fff;border:1px solid #d7dee5;border-radius:8px;min-width:150px;padding:4px;position:absolute;top:32px;right:0;box-shadow:0 12px 28px #0f172a29}.library-project-menu-list button{color:#374151;text-align:left;white-space:nowrap;background:0 0;border:0;border-radius:6px;width:100%;min-height:30px;padding:6px 8px;font-size:12px;font-weight:700;display:block}.library-project-menu-list button:hover{color:#1d4ed8;background:#eef4ff}.library-project-menu-list button.danger:hover{color:#dc2626;background:#fef2f2}.creator-hub-card{--creator-hub-preview-width:142px;--creator-hub-preview-height:132px;color:#172026;background:#fff;border:1px solid #d7dee5;border-radius:8px;justify-self:stretch;width:100%;min-width:0;height:148px;padding:8px;position:relative;overflow:visible}.creator-hub-card:hover{z-index:6;border-color:#2f6f61;box-shadow:0 10px 24px #0f172a1f}.creator-hub-card-open{width:var(--creator-hub-preview-width);height:var(--creator-hub-preview-height);min-width:0;color:inherit;font:inherit;text-align:left;background:0 0;border:0;padding:0;display:block;overflow:hidden}.creator-hub-card-body{grid-template-columns:var(--creator-hub-preview-width) minmax(0, 1fr);gap:10px;height:132px;min-height:0;display:grid;position:relative}.creator-hub-author-avatar{z-index:3;color:#fff;cursor:pointer;background:#2f6f61;border:3px solid #fff;border-radius:999px;justify-content:center;align-items:center;width:41px;height:41px;padding:0;font-size:16px;font-weight:800;line-height:1;transition:border-color .14s,box-shadow .14s,transform .14s;display:inline-flex;position:absolute;top:-20.5px;left:-20.5px;overflow:hidden;box-shadow:0 3px 8px #0f172a2e}.creator-hub-author-avatar.has-image{background:0 0}.creator-hub-author-avatar:hover{border-color:#2f6f61;transform:translateY(-1px);box-shadow:0 6px 14px #0f172a3d}.creator-hub-author-avatar img{object-fit:cover;width:100%;height:100%;display:block}.creator-hub-profile-backdrop{z-index:78;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ecf2f56b;position:fixed;inset:0}.creator-hub-profile-popover{z-index:80;background:#fffffff5;border:1px solid #2f6f6147;border-radius:10px;grid-template-rows:auto auto minmax(0,1fr);gap:14px;width:min(850px,100vw - 56px);min-height:0;padding:18px;display:grid;position:fixed;top:146px;bottom:28px;left:50%;transform:translate(-50%);box-shadow:0 18px 46px #0f172a33}.creator-hub-profile-close{color:#6b7280;background:0 0;border:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:20px;line-height:1;display:inline-flex;position:absolute;top:8px;right:10px}.creator-hub-profile-close:hover{color:#172026}.creator-hub-profile-avatar{color:#fff;background:#2f6f61;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;width:96px;height:96px;font-size:34px;font-weight:800;display:inline-flex;overflow:hidden;box-shadow:0 5px 16px #0f172a29}.creator-hub-profile-avatar.has-image{background:0 0}.creator-hub-profile-avatar img{object-fit:cover;width:100%;height:100%;display:block}.creator-hub-profile-content{flex-direction:column;min-width:0;padding:2px 28px 0 0;display:flex}.creator-hub-profile-section-a{grid-template-columns:112px minmax(0,1fr);align-items:start;gap:18px;display:grid}.creator-hub-profile-heading{justify-content:flex-start;align-items:center;gap:14px;display:flex}.creator-hub-profile-content strong{color:#172026;text-overflow:ellipsis;white-space:nowrap;flex:0 auto;max-width:calc(100% - 90px);font-size:28px;line-height:1.2;display:block;overflow:hidden}.creator-hub-profile-follow{color:#2f6f61;background:#f8fafc;border:1px solid #d7dee5;border-radius:999px;flex:none;margin-bottom:0;padding:3px 9px;font-size:11px;font-weight:800}.creator-hub-profile-follow:hover{background:#edf7f3;border-color:#2f6f61}.creator-hub-profile-content p{color:#4b5563;margin:8px 0 0;font-size:13px;line-height:1.45}.creator-hub-profile-bio{box-sizing:border-box;text-overflow:ellipsis;background:#f8fafc;border:1px solid #d7dee5;border-radius:8px;height:78px;margin-top:10px;padding:10px 12px;font-size:12px;line-height:1.35;overflow:hidden}.creator-hub-profile-bio.empty{color:#9ca3af;background:#fbfcfd;font-style:italic}.creator-hub-profile-section-b{justify-content:stretch;align-items:center;gap:14px;margin-top:0;display:flex}.creator-hub-profile-stat{color:#4b5563;background:#f8fafc;border:1px solid #d7dee5;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;min-height:58px;padding:10px 12px;font-size:18px;font-weight:800;line-height:1;display:inline-flex}.creator-hub-profile-stat svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:32px;height:32px}.creator-hub-profile-stat:first-child svg{color:#2f6f61}.creator-hub-profile-stat:last-child svg{color:#facc15;fill:gold;stroke:#8a6d00;stroke-width:1.25px}.creator-hub-profile-stat em{color:#6b7280;font-size:12px;font-style:normal;font-weight:800;line-height:1}.creator-hub-profile-section-c{overscroll-behavior:none;scrollbar-gutter:stable;flex:auto;grid-template-columns:repeat(2,minmax(380px,1fr));gap:14px;min-height:0;padding:24px 8px 8px 24px;display:grid;overflow-y:auto}.creator-hub-card-main{flex-direction:column;min-width:0;display:flex;position:relative}.creator-hub-card-info-button{width:100%;min-width:0;color:inherit;font:inherit;text-align:left;background:0 0;border:0;flex:1;align-items:flex-start;padding:0 96px 0 0;display:flex}.creator-hub-card-control-slot{z-index:2;align-items:center;gap:8px;display:flex;position:absolute;top:8px;right:12px}.creator-hub-card-purchase{z-index:2;color:#6b7280;background:#fffffff0;border:1px solid #d7dee5;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;display:inline-flex;position:absolute;bottom:16px;right:18px}.creator-hub-card-purchase svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.creator-hub-card-purchase:hover{color:#b45309;border-color:#b45309;box-shadow:0 6px 14px #b453091f}.creator-hub-card-menu{z-index:31;position:absolute;bottom:16px;right:18px}.creator-hub-card-menu .library-project-menu-list{top:32px;bottom:auto}.creator-hub-save-button,.creator-hub-my-publish-badge,.creator-hub-export-button,.creator-hub-comment-button{color:#5f6b76;filter:drop-shadow(0 1px 2px #0f172a1f);background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;width:30px;height:30px;padding:0;display:inline-flex}.creator-hub-save-button svg,.creator-hub-my-publish-badge svg,.creator-hub-export-button svg,.creator-hub-comment-button svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linejoin:round;width:25px;height:25px;transition:fill .16s,stroke .16s,transform .16s,filter .16s}.creator-hub-save-count{gap:3px;width:auto;min-width:48px;padding:0 3px}.creator-hub-comment-button{gap:3px;width:auto;min-width:44px;padding:0 2px}.creator-hub-save-count svg{width:24px;height:24px}.creator-hub-comment-button svg{width:22px;height:22px}.creator-hub-save-count span{color:#374151;text-align:center;min-width:14px;font-size:12px;font-weight:800;line-height:1}.creator-hub-comment-button span{color:#374151;text-align:center;min-width:10px;font-size:12px;font-weight:800;line-height:1}.creator-hub-card-control-slot button:focus,.creator-hub-card-control-slot button:focus-visible{box-shadow:none;outline:none}.creator-hub-save-button:hover{color:#b45309}.creator-hub-save-button:hover svg{filter:drop-shadow(0 2px 3px #b4530929);transform:scale(1.04)}.creator-hub-save-button.saved{color:#facc15;filter:drop-shadow(0 2px 4px #facc1547)}.creator-hub-save-button.saved svg{fill:gold;stroke:#8a6d00;stroke-width:1.25px}.creator-hub-export-button:hover,.creator-hub-comment-button:hover{color:#1f5f8f}.creator-hub-export-button:hover svg,.creator-hub-comment-button:hover svg{filter:drop-shadow(0 2px 3px #1f5f8f29);transform:translateY(-1px)}.creator-hub-card-footer{justify-content:flex-start;align-items:center;margin-top:8px;display:flex}.creator-hub-my-publish-badge{cursor:default;filter:drop-shadow(0 2px 4px #2563eb42);position:relative}.creator-hub-save-count.creator-hub-my-publish-badge{padding-left:30px}.creator-hub-my-publish-badge span{z-index:1;position:relative}.creator-hub-my-publish-badge:before,.creator-hub-my-publish-badge:after{content:"";pointer-events:none;clip-path:polygon(50% 4%,61% 35%,94% 35%,68% 55%,79% 90%,50% 68%,21% 90%,32% 55%,6% 35%,39% 35%);position:absolute}.creator-hub-my-publish-badge:before{background:#60bdff80;width:25px;height:25px;top:2px;left:3px}.creator-hub-my-publish-badge:after{background-color:#c6ebffd1;background-image:linear-gradient(135deg,#0000 38%,#ffffffdb 42% 52%,#0000 56%),linear-gradient(135deg,#0000 16%,#2563eb47 18% 22%,#0000 24%),linear-gradient(135deg,#0000 72%,#0e749042 74% 78%,#0000 80%);width:19px;height:19px;top:5px;left:6px}.creator-hub-my-publish-badge svg{display:none}.creator-hub-card-preview{width:var(--creator-hub-preview-width);height:var(--creator-hub-preview-height);color:#5f6b76;background:#fff;border:1px solid #d7dee5;border-radius:0;justify-content:center;align-items:center;min-height:0;font-size:12px;font-weight:700;display:flex;position:relative;overflow:hidden}.creator-hub-card-preview img{object-fit:contain;background:0 0;border:0;width:auto;max-width:100%;height:auto;max-height:100%;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.creator-hub-card-info{flex-direction:column;justify-content:flex-start;gap:3px;min-width:0;display:flex}.creator-hub-card-info strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.2;overflow:hidden}.creator-hub-card-info span{color:#5f6b76;font-size:11px;line-height:1.25}.creator-hub-card-comment{box-sizing:border-box;color:#4b5563;background:#f8fafc;border:1px solid #d7dee5;border-radius:6px;width:calc(100% - 52px);height:44px;min-height:44px;margin-top:auto;padding:6px 10px;font-size:12px;line-height:1.25;position:relative}.creator-hub-card-comment-text{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.creator-hub-card-comment:focus{border-color:#2d6cdf;outline:none;box-shadow:0 0 0 2px #2d6cdf1f}.library-section-tabs{gap:8px;margin-bottom:14px;display:flex}.library-section-tabs button{color:#374151;background:#fff;border:1px solid #cfd6dd;border-radius:6px;justify-content:center;align-items:center;min-height:32px;padding:6px 12px;font-size:13px;font-weight:700;display:inline-flex;position:relative}.library-section-tabs button.active{color:#1f4fb3;border-color:#2d6cdf;box-shadow:inset 0 0 0 1px #2d6cdf}.library-section-tab-label{align-items:center;display:inline-flex}.library-section-tab-badge{color:#fff;text-align:center;background:#dc2626;border-radius:999px;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:800;line-height:18px;position:absolute;top:-7px;right:-7px;box-shadow:0 0 0 2px #fff}.library-project-thumbnail{width:var(--creator-hub-preview-width);height:var(--creator-hub-preview-height);background:#fff;border:1px solid #d7dee5;border-radius:0;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.library-project-thumbnail img{object-fit:contain;background:0 0;border:0;width:auto;max-width:100%;height:auto;max-height:100%;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.library-project-info-button{width:100%;min-width:0;color:inherit;font:inherit;text-align:left;background:0 0;border:0;align-items:flex-start;padding:0;display:flex}.library-project-info{flex-direction:column;justify-content:flex-start;gap:3px;min-width:0;display:flex}.library-project-info strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.2;overflow:hidden}.library-project-rename-input{color:#172026;width:min(100%,14rem);min-height:24px;font:inherit;background:#fff;border:1px solid #2f6f61;border-radius:6px;outline:none;padding:3px 7px;font-size:14px;font-weight:800;line-height:1.2}.library-project-rename-input:focus{box-shadow:0 0 0 2px #2f6f6129}.library-project-info span{color:#5f6b76;font-size:11px;line-height:1.25}.topbar{z-index:10;background:#fff;border-bottom:1px solid #ddd;flex:0 0 clamp(3.75rem,7svh,4.75rem);justify-content:space-between;align-items:center;gap:clamp(.5rem,1.2vw,1rem);min-height:clamp(3.75rem,7svh,4.75rem);padding-inline:clamp(.625rem,1.4vw,1.125rem);display:flex;position:relative}.topbar-title{flex:none;align-items:center;min-width:0;display:flex}.btn-back{cursor:pointer;background-color:#fff;border:1px solid #d0d0d0;border-radius:50%;outline:none;justify-content:center;align-items:center;width:44px;height:44px;transition:background-color .12s,border-color .12s,transform 80ms;display:inline-flex}.btn-back svg{fill:none;stroke:#555;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px;transition:stroke .12s}.btn-back:hover{background-color:#e8e8e8;border-color:#b0b0b0}.btn-back:hover svg{stroke:#333}.btn-back:active{background-color:#d8d8d8;border-color:#999;transform:scale(.95)}.btn-back:active svg{stroke:#222}.btn-back:focus-visible{outline-offset:4px;outline:2px solid #2d6cdf}.topbar-controls{color:#374151;align-items:center;gap:clamp(.375rem,.8vw,.625rem);min-width:0;font-size:clamp(.75rem,.95vw,.875rem);display:flex}.topbar-project-name{color:#172026;text-align:center;background:#fff;border:1px solid #cfd6dd;border-radius:7px;width:clamp(9rem,14.4vw,15.6rem);height:clamp(2.1rem,4.2svh,2.7rem);padding:clamp(.3rem,.72svh,.45rem) clamp(.6rem,.96vw,.9rem);font-size:clamp(.9rem,1.14vw,1.05rem)}.topbar-project-name:disabled{opacity:1;-webkit-text-fill-color:#172026}.topbar-project-name:focus{background:#fff;border-color:#2f6f61;outline:none;box-shadow:0 0 0 3px #2f6f6124}.topbar-project-comment{color:#4b5563;cursor:pointer;text-align:left;background:#f8fafc;border:1px solid #d7dee5;border-radius:6px;align-items:center;width:clamp(9rem,16vw,16rem);max-width:22vw;height:clamp(1.75rem,3.5svh,2.25rem);padding:0 clamp(.5rem,.8vw,.75rem);font-size:12px;line-height:1.2;display:flex;position:relative}.topbar-project-comment span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.topbar-project-comment:focus{border-color:#2d6cdf;outline:none;box-shadow:0 0 0 2px #2d6cdf1f}.topbar-project-comment:hover{background:#fff;border-color:#b8c3cf}.editor-header .library-brand-logo{max-width:min(12rem,24vw)}.editor-header{position:relative}.editor-header>.library-header-center{z-index:1;flex:none;width:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.editor-header>.library-header-actions{z-index:2;position:relative}.editor-header-center{color:#374151;justify-content:center;align-items:center;gap:clamp(.375rem,.8vw,.625rem);min-width:0;font-size:clamp(.75rem,.95vw,.875rem);display:flex}.editor-save-status-indicator{color:#5f6b76;background:#ffffffeb;border:1px solid #cfd6dde6;border-radius:8px;flex:none;justify-content:center;align-items:center;width:clamp(2rem,3.8svh,2.4rem);height:clamp(2rem,3.8svh,2.4rem);display:inline-flex;box-shadow:0 4px 12px #0f172a14}.editor-save-status-indicator svg{width:74%;height:74%;overflow:visible}.editor-save-status-indicator .save-status-cloud,.editor-save-status-indicator .save-status-mark{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.editor-save-status-indicator.saving{color:#5f6b76;background:#f8fafceb;border-color:#5f6b7657;animation:.64s ease-in-out infinite editorSaveStatusPulse}.editor-save-status-indicator.saved{color:#2f6f61;background:#e3f5ebdb;border-color:#2f6f6147}.editor-save-status-indicator.saved .save-status-cloud{stroke:#6b8f83}.editor-save-status-indicator.saved .save-status-check-mark{stroke:#2f9e61;stroke-width:2.25px}@keyframes editorSaveStatusPulse{0%,to{opacity:.48;transform:scale(.98)}50%{opacity:1;transform:scale(1)}}.editor-header-size{color:#5f6b76;white-space:nowrap;flex:none;font-size:12px;font-weight:700}.editor-header-actions-inline{flex:none;align-items:center;gap:7px;display:inline-flex}.editor-header-action-button{color:#374151;cursor:pointer;background:#fffffff0;border:1px solid #cfd6dd;border-radius:9px;justify-content:center;align-items:center;width:38px;min-width:38px;height:36px;padding:0;font-size:13px;font-weight:800;line-height:1;transition:background .15s,border-color .15s,color .15s,transform .12s,box-shadow .15s;display:inline-flex;box-shadow:0 6px 16px #0f172a12}.editor-header-action-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:17px;height:17px}.editor-header-action-button:hover:not(:disabled){color:#1f5f52;background:#f8fafc;border-color:#aeb8c3;transform:translateY(-1px);box-shadow:0 9px 20px #0f172a1a}.editor-header-action-button:active:not(:disabled){transform:translateY(0)}.editor-header-action-button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.editor-header-action-button.error{color:#9f2d2d;background:#ffe0e0;border-color:#d98b8b;animation:1s ease-in-out saveButtonShake;box-shadow:inset 0 0 0 1px #d98b8bcc}.language-select{color:#5f6b76;align-items:center;gap:6px;font-size:12px;line-height:1.2;display:inline-flex}.language-select select{color:#374151;background:#fff;border:1px solid #cfd6dd;border-radius:6px;height:28px;padding:2px 6px;font-size:12px}.language-select.compact{opacity:.76}.language-select.compact:hover,.language-select.compact:focus-within{opacity:1}.app-body{overscroll-behavior:none;flex:1;min-height:0;display:flex;overflow:hidden}.sidebar{overscroll-behavior:none;background:#fff;border-right:1px solid #ddd;flex:0 0 270px;width:270px;padding:16px;overflow:hidden auto}.workspace{overscroll-behavior:none;flex:1;justify-content:stretch;align-items:stretch;min-width:0;min-height:0;padding:0;display:flex;overflow:hidden}.panel{margin-bottom:20px}.tool-buttons{grid-template-columns:repeat(2,40px);gap:8px;display:grid}.tool-icon-button{color:#374151;background:#fff;border:1px solid #cfd6dd;border-radius:6px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:inline-flex}.tool-icon-button:disabled{opacity:.45;cursor:not-allowed}.tool-icon-button svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.cell-edit-mode-control{color:#374151;flex-direction:column;gap:6px;margin-top:10px;font-size:13px;display:flex}.cell-edit-mode-buttons{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.cell-edit-mode-button{color:#374151;background:#fff;border:1px solid #cfd6dd;border-radius:6px;justify-content:center;align-items:center;gap:6px;min-width:0;height:34px;padding:0 8px;font-size:12px;font-weight:700;display:inline-flex}.cell-edit-mode-button.active{color:#1f4fb3;border-color:#2d6cdf;box-shadow:inset 0 0 0 1px #2d6cdf}.cell-edit-mode-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:16px;height:16px}.sidebar-checkbox{color:#374151;grid-template-columns:16px 1fr;align-items:start;gap:3px 8px;margin-top:10px;font-size:13px;display:grid}.sidebar-checkbox input{margin:2px 0 0}.sidebar-checkbox small{color:#6b7280;grid-column:2;font-size:11px;line-height:1.3}button{cursor:pointer}.palette-group-list{flex-direction:column;gap:8px;display:flex}.palette-group-block{justify-content:center;display:flex}.color-suggestion-popover-mini{z-index:50;background:#ffffffeb;border:1px solid #00000014;border-radius:999px;align-items:center;gap:8px;padding:8px 10px;display:flex;position:fixed;box-shadow:0 8px 20px #00000024}.color-suggestion-popover-stack{flex-direction:column;gap:6px;padding:8px}.color-suggestion-dot{cursor:pointer;border:2px solid #fff;border-radius:50%;width:26px;height:26px;padding:0;box-shadow:0 0 0 1px #0000002e}.color-suggestion-dot:hover{transform:scale(1.08)}.palette-grid{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.palette-item{background:#fff;border:1px solid #ccc;align-items:center;gap:8px;padding:8px;display:flex}.swatch{border:1px solid #0003;width:20px;height:20px;display:inline-block}.canvas-wrap{box-sizing:border-box;overscroll-behavior:none;background:#e8edf1;justify-content:center;align-items:flex-start;width:100%;height:100%;padding:10px;display:flex;position:relative;overflow:auto}.canvas-wrap canvas{box-sizing:border-box;overscroll-behavior:none;touch-action:none;background:#fff;border:1px solid #cfd6dd;flex:none;width:100%;height:100%;display:block;box-shadow:0 4px 12px #00000014}.canvas-wrap-mobile-preview{padding:6px;overflow:hidden}.canvas-wrap-touch-preview canvas,.canvas-wrap-mobile-preview canvas{touch-action:none}.canvas-action-toolbar{z-index:5;gap:8px;display:flex;position:absolute;top:16px;left:50%;transform:translate(-50%)}.canvas-wrap-mobile-preview .canvas-action-toolbar{top:10px;left:10px;transform:none}.canvas-save-error-bar{z-index:6;color:#7f1d1d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ef444433;border:1px solid #b81c1c7a;border-radius:8px;align-items:center;gap:10px;max-width:min(420px,100% - 32px);padding:8px 12px;font-size:13px;font-weight:700;line-height:1.25;display:inline-flex;position:absolute;top:60px;left:50%;transform:translate(-50%);box-shadow:0 8px 22px #7f1d1d24}.canvas-save-error-bar button{color:#7f1d1d;text-transform:lowercase;background:#ffffff9e;border:1px solid #7f1d1d6b;border-radius:6px;flex:none;padding:3px 8px;font-size:12px;font-weight:800}.canvas-save-error-bar button:hover{background:#ffffffd1}.canvas-wrap-mobile-preview .canvas-save-error-bar{top:54px;left:10px;transform:none}.canvas-action-button{color:#374151;background:#fffffff0;border:1px solid #cfd6dd;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:inline-flex;box-shadow:0 4px 12px #0f172a1f}.canvas-action-button:disabled{cursor:not-allowed;opacity:.45}.canvas-action-button.active{color:#1f4fb3;border-color:#2d6cdf;box-shadow:inset 0 0 0 1px #2d6cdf,0 4px 12px #0f172a1f}.canvas-save-button.error{color:#9f2d2d;background:#ffe0e0;border-color:#d98b8b;animation:1s ease-in-out saveButtonShake;box-shadow:inset 0 0 0 1px #d98b8bcc,0 4px 12px #0f172a1f}.canvas-hub-save-button{color:#5f6b76;background:#fffffff0;border-color:#d8dde3}.canvas-hub-save-button:hover:not(:disabled){color:#b45309;background:#fff9df;border-color:#e5c759}.canvas-hub-save-button:hover:not(:disabled) svg{transform:translateY(-1px)}.canvas-hub-save-button.saved{color:#f1b900;background:#fff4bc;border-color:#efcf46;box-shadow:inset 0 0 0 1px #f1b90059,0 4px 12px #0f172a1f}.canvas-hub-save-button.saved svg{fill:gold;stroke:#8a6d00;stroke-width:1.25px}.canvas-hub-save-button.error{color:#9f2d2d;background:#ffe0e0;border-color:#d98b8b;animation:1s ease-in-out saveButtonShake;box-shadow:inset 0 0 0 1px #d98b8bcc,0 4px 12px #0f172a1f}.canvas-hub-save-button.error svg{fill:#9f2d2d24;stroke:#9f2d2d;stroke-width:1.6px}.canvas-hub-save-button.my-published{color:#539fba;background:#c5edf87a;border-color:#539fba8f}.canvas-hub-save-button.my-published svg{fill:#c5edf8b8;stroke:#2f7f9c}@keyframes saveButtonShake{0%,to{transform:translate(0)}12%,36%,60%{transform:translate(-2px)}24%,48%,72%{transform:translate(2px)}}.canvas-action-button svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.canvas-action-button svg text{fill:currentColor;stroke:none;letter-spacing:0;font-size:7.5px;font-weight:900}.canvas-empty{color:#666}.palette-dock{--palette-resting-height:clamp(3.25rem, 7svh, 4.5rem);z-index:24;height:var(--palette-resting-height);pointer-events:none;position:absolute;bottom:0;left:0;right:0;overflow:visible}.palette-dock-stage{height:100%;box-shadow:none;pointer-events:none;background:0 0;border:0;position:relative;overflow:visible}.palette-group-grid{pointer-events:auto;grid-template-columns:repeat(9,minmax(0,1fr));align-items:end;gap:1px;display:grid;position:absolute;bottom:0;left:0;right:0}.palette-group-panel{min-width:0;height:var(--palette-resting-height);box-shadow:none;contain:layout paint style;will-change:height, opacity;background:0 0;border:0;border-radius:0;flex-direction:column;transition:height .12s ease-out,opacity .12s ease-out;display:flex;position:relative;overflow:visible}.palette-group-panel.active{opacity:1;height:clamp(12rem,28svh,18rem);box-shadow:none}.palette-group-panel.dimmed{opacity:.52}.palette-group-colors{flex:1;grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-rows:auto;gap:0;min-height:0;padding:.25rem;display:grid;overflow:hidden}.palette-group-panel.active .palette-group-colors{overscroll-behavior:none;overflow-y:auto}.palette-color-square{aspect-ratio:1;background-clip:content-box;border:0;border-radius:4px;justify-content:center;align-items:center;min-width:0;padding:.15625rem;transition:filter 90ms,transform 90ms;display:flex;box-shadow:inset 0 2px #ffffff80,inset 2px 0 #ffffff3d,inset 0 -5px #00000052,inset -2px 0 #0000002e,0 1px 1px #0f172a2e}.palette-color-square:focus{outline:none}.palette-color-square:hover,.palette-color-square:focus-visible{filter:saturate(1.04)brightness(1.03);transform:translateY(-1px);box-shadow:inset 0 2px #ffffff8f,inset 2px 0 #ffffff47,inset 0 -5px #0000004d,inset -2px 0 #0003,0 2px 2px #0f172a33}.palette-color-square.active{filter:brightness(.94)saturate(.96);outline:none;transform:translateY(1px)scale(.96);box-shadow:inset 0 4px #00000057,inset 2px 0 #0003,inset 0 -2px #ffffff38,inset -2px 0 #ffffff1f}.palette-color-square.placeholder{visibility:hidden;pointer-events:none}.palette-color-square.transparent{background-color:#e8f8ffb8;background-image:linear-gradient(135deg,#0000 38%,#ffffffdb 42% 52%,#0000 56%),linear-gradient(135deg,#0000 16%,#295f783d 18% 22%,#0000 24%),linear-gradient(135deg,#0000 72%,#295f7838 74% 78%,#0000 80%);background-clip:content-box;border:1px solid #4187a594;position:relative;overflow:hidden}.palette-color-square span{pointer-events:none;font-size:.5rem;font-weight:900;line-height:1}.palette-color-tooltip{z-index:80;color:#172026;white-space:nowrap;pointer-events:none;background:#fffffff5;border:1px solid #1118271f;border-radius:6px;padding:.375rem .5625rem;font-size:.75rem;font-weight:800;line-height:1;position:absolute;transform:translate(-50%,calc(-100% - .375rem));box-shadow:0 8px 20px #0f172a24}.palette-current{background:#fafafa;border:1px solid #d9d9d9;align-items:center;gap:10px;margin-bottom:12px;padding:8px;display:flex}.palette-current-swatch{border:1px solid #00000040;flex:0 0 28px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.palette-current-swatch-label{font-size:10px;font-weight:700;line-height:1}.palette-current-meta{min-width:0;font-size:13px;line-height:1.2}.palette-scroll-area{overscroll-behavior:none;background:#fff;border:1px solid #d9d9d9;height:340px;padding:0;overflow:hidden auto}.palette-mini-grid{grid-template-columns:repeat(8,26px);justify-content:center;gap:0;display:grid}.palette-mini-cell{cursor:pointer;border:0;justify-content:center;align-items:center;width:28px;height:28px;margin:0;padding:0;display:flex;position:relative;box-shadow:inset 0 0 0 1px #0000001f}.palette-mini-cell-label{pointer-events:none;font-size:9px;font-weight:700;line-height:1}.palette-mini-cell.active{outline:none;box-shadow:inset 2px 2px 4px #0000004d,inset -1px -1px 2px #ffffff6b}.palette-current-title{margin-bottom:2px;font-size:13px;font-weight:600;line-height:1.2}.palette-current-sub{color:#666;font-size:12px;line-height:1.2}.workspace-inner{align-items:stretch;width:100%;min-width:0;height:100%;min-height:0;display:flex;position:relative}.panel-dock{z-index:23;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:auto;background:#fafbfcc7;border-right:1px solid #9aa4af6b;flex-direction:column;flex:0 0 64px;align-items:center;gap:8px;width:64px;padding:12px 6px;display:flex;position:relative;box-shadow:6px 0 18px #0f172a14}.workspace-canvas-area{flex:auto;min-width:0;min-height:0;position:relative;overflow:hidden}.panel-dock-button{color:#5f6b76;cursor:pointer;background:#ffffffdb;border:1px solid #9aa4afb8;border-radius:8px;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;transition:background-color .14s,border-color .14s,color .14s,transform .12s;display:inline-flex;box-shadow:0 2px 8px #0f172a14}.panel-dock-button:hover{color:#172026;background:#fff;border-color:#7f8a96;transform:translateY(-1px)}.panel-dock-button.active{color:#fff;background:#2f6f61;border-color:#2f6f61}.panel-dock-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:21px;height:21px}.floating-control-panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0;border:1px solid #1118271f;border-radius:8px;flex-direction:column;min-width:0;padding:12px;display:flex;overflow:hidden;box-shadow:0 10px 26px #0f172a21}.collapsible-panel{width:300px}.reference-image-panel{width:300px;height:250px}.color-stats-panel{width:300px;height:290px}.auto-color-panel{width:300px;max-height:min(540px,100vh - 180px)}.collapsible-panel-header{flex:none;justify-content:flex-start;align-items:center;display:flex}.collapsible-panel-header h3{margin:0;font-size:15px;line-height:1.2}.color-stats-empty{color:#666;flex:1;margin-top:10px;font-size:13px;overflow:auto}.color-stats-list{overscroll-behavior:contain;flex:1;grid-template-columns:repeat(auto-fill,minmax(44px,1fr));align-content:start;gap:2px 4px;min-height:0;margin-top:5px;padding-right:4px;display:grid;overflow-y:auto}.color-stats-card{height:52px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;outline:none;grid-template-rows:12px 1fr;align-items:stretch;padding:0;display:grid;overflow:hidden}.color-stats-card:hover{background:#ffffff94}.color-stats-card:focus-visible{outline:none}.color-stats-card.selected{box-shadow:none;background:0 0}.color-stats-card.selected .color-stats-label{text-shadow:0 0;font-weight:900}.color-stats-card.selected .color-stats-bead-slot{align-items:flex-end;padding-bottom:2px}.color-stats-card.selected .color-stats-bead{--selected-bead-size:34px;width:var(--selected-bead-size);height:var(--selected-bead-size);filter:none}.color-stats-card.selected .color-stats-bead-side{background:radial-gradient(circle at center, transparent 0 43%, var(--bead-color,#f7f7f7) 44% 100%);border:0;border-radius:50%;justify-content:center;align-items:center;height:auto;padding:0;display:flex;position:absolute;inset:0}.color-stats-card.selected .color-stats-bead-top{display:none}.color-stats-card.selected .color-stats-count{z-index:1;min-width:0;color:var(--stats-label-color,var(--bead-color,currentColor));text-shadow:none;justify-content:center;align-items:center;display:inline-flex;position:relative;transform:translateY(0)}.color-stats-label{min-width:0;color:var(--stats-label-color,#252525);justify-content:center;align-items:center;font-size:9px;font-weight:700;line-height:1;display:flex}.color-stats-bead-slot{background:0 0;justify-content:center;align-items:flex-end;min-width:0;padding:0 1px 2px;display:flex}.color-stats-bead{--bead-diameter:26px;--bead-height:31px;--bead-top-height:calc(var(--bead-diameter) * .32);--bead-label-size:8px;width:var(--bead-diameter);height:var(--bead-height);filter:drop-shadow(0 2px 2px #0000001a);position:relative}.color-stats-bead-side{height:calc(var(--bead-height) - (var(--bead-top-height) * .5));padding-top:calc(var(--bead-top-height) * .5);background:var(--bead-color,#f7f7f7);border:1px solid var(--bead-hole-color,#d1d5db);box-shadow:none;border-top:0;border-radius:0 0 50% 50%/0 0 10% 10%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.color-stats-count{text-overflow:ellipsis;max-width:92%;font-weight:800;font-size:var(--bead-label-size);color:var(--stats-count-color,#121212d6);text-shadow:0 1px 1px var(--stats-count-shadow,#ffffff7a);line-height:1;overflow:hidden}.color-stats-bead-top{width:var(--bead-diameter);height:var(--bead-top-height);background:radial-gradient(ellipse at center, var(--bead-hole-color,#d1d5db) 0 42%, var(--bead-top-color,#fff) 43% 100%), var(--bead-top-color,#fff);border:1px solid var(--bead-hole-color,#d1d5db);box-shadow:none;border-radius:50%;position:absolute;top:0;left:0}.auto-color-form{overscroll-behavior:contain;flex-direction:column;flex:1;gap:10px;min-height:0;margin-top:10px;display:flex;overflow-y:auto}.auto-color-field{flex-direction:column;gap:4px;font-size:13px;display:flex}.auto-color-field input,.auto-color-field select{background:#fff;border:1px solid #ccc;height:32px;padding:4px 8px}.auto-color-static{background:#f8f8f8;border:1px solid #ddd;align-items:center;min-height:32px;padding:4px 8px;display:flex}.auto-color-run{cursor:pointer;background:#fff;border:1px solid #bbb;height:36px}.auto-color-run:disabled{cursor:not-allowed;opacity:.6}.auto-color-result{color:#555;font-size:13px}.reference-upload{cursor:pointer;align-items:center;gap:8px;min-width:0;display:flex}.reference-upload-input{clip:rect(0 0 0 0);white-space:nowrap;clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.reference-upload-button{color:#172026;background:#fff;border:1px solid #bbb;border-radius:6px;flex:none;justify-content:center;align-items:center;min-height:32px;padding:6px 10px;font-size:13px;display:inline-flex}.reference-upload:focus-within .reference-upload-button,.reference-upload:hover .reference-upload-button{border-color:#2d6cdf}.reference-upload-button.error{color:#9f2d2d;background:#ffe0e0;border-color:#d98b8b;animation:1s ease-in-out saveButtonShake;box-shadow:inset 0 0 0 1px #d98b8bcc}.reference-upload-name{color:#5f6b76;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;line-height:1.2;overflow:hidden}.reference-image-form{overscroll-behavior:contain;flex-direction:column;flex:1;gap:10px;min-height:0;margin-top:10px;display:flex;overflow-y:auto}.reference-image-form button,.reference-image-tool{color:#172026;background:#fff;border:1px solid #bbb;border-radius:6px;min-height:32px}.reference-image-tool{justify-content:center;align-items:center;gap:6px;display:inline-flex}.reference-image-tool.active{color:#1f4fb3;border-color:#2d6cdf;box-shadow:inset 0 0 0 1px #2d6cdf}.reference-image-tool svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.reference-image-field{flex-direction:column;gap:6px;font-size:13px;display:flex}.reference-image-inline-controls{align-items:center;gap:8px;display:flex}.reference-image-inline-controls input[type=range]{flex:1}.reference-image-inline-controls input[type=number]{width:72px}.layer-panel{background:#fff;border:1px solid #d9d9d9;border-radius:8px;width:320px;padding:12px;box-shadow:0 4px 12px #00000014}.layer-panel h3{color:#172026;margin:0 0 10px;font-size:14px;line-height:1.2}.layer-list{flex-direction:column;gap:8px;display:flex}.layer-row{-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #d7dee6;border-radius:8px;grid-template-columns:18px 28px minmax(0,1fr) 78px;align-items:center;gap:8px;min-height:46px;padding:8px;display:grid}.layer-row.dragging{opacity:.46}.layer-row.drag-target{border-color:#2d6cdf;box-shadow:inset 0 0 0 1px #2d6cdf}.layer-drag-handle{color:#9aa4af;letter-spacing:0;cursor:grab;font-size:16px;line-height:1}.layer-drag-handle:active{cursor:grabbing}.layer-row strong{color:#172026;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;line-height:1.2;overflow:hidden}.layer-eye-button{color:#5f6b76;background:#fff;border:1px solid #cfd6dd;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:inline-flex}.layer-eye-button.active{color:#1f4fb3}.layer-eye-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.layer-row label{color:#5f6b76;grid-template-columns:18px 42px 12px;align-items:center;gap:4px;font-size:11px;line-height:1.2;display:grid}.layer-transparency-icon{color:#5f6b76;justify-content:center;align-items:center;display:inline-flex}.layer-transparency-icon svg{width:16px;height:16px}.layer-transparency-icon-back{fill:#9aa4af}.layer-transparency-icon-front{fill:#172026}.layer-row input[type=number]{color:#172026;border:1px solid #cfd6dd;border-radius:6px;width:42px;min-width:0;height:26px;padding:2px 4px;font-size:12px}.layer-panel-mobile-preview{touch-action:auto;border:0;border-radius:14px;width:100%;padding:10px 12px 12px;box-shadow:0 -10px 28px #0f172a29}.layer-panel-mobile-preview h3{display:none}.layer-panel-mobile-preview .layer-list{--layer-mobile-name-column:94px;--layer-mobile-name-rail-inset:8px;gap:6px;position:relative}.layer-panel-mobile-preview .layer-list:before,.layer-panel-mobile-preview .layer-list:after{content:"";z-index:0;pointer-events:none;background:#2f6f616b;border-radius:999px;width:2px;position:absolute;top:3px;bottom:3px}.layer-panel-mobile-preview .layer-list:before{left:var(--layer-mobile-name-rail-inset)}.layer-panel-mobile-preview .layer-list:after{left:calc(var(--layer-mobile-name-column) - var(--layer-mobile-name-rail-inset))}.layer-row-mobile-preview{z-index:1;grid-template-columns:var(--layer-mobile-name-column) minmax(0, 1fr);background:0 0;border:0;border-radius:0;gap:10px;min-height:34px;padding:4px 0;position:relative}.layer-mobile-name-drag-handle{touch-action:none;cursor:grab;background:linear-gradient(90deg,#2f6f6114,#0000 22% 78%,#2f6f6114);border-radius:7px;justify-content:center;align-items:center;min-width:0;height:28px;margin:0 10px;padding:0 9px;display:inline-flex}.layer-mobile-name-drag-handle:active{cursor:grabbing}.layer-row-mobile-preview.drag-target{box-shadow:inset 0 -2px #2f6f616b}.layer-row-mobile-preview strong{color:#38424b;font-size:12px;font-weight:700}.layer-row-mobile-preview label{align-items:center;gap:0;min-width:0;display:flex}.layer-row-mobile-preview .layer-transparency-icon{display:none}.layer-mobile-slider{pointer-events:auto;touch-action:none;cursor:pointer;width:100%;height:28px;display:block;position:relative}.layer-mobile-slider-track{background:#2f6f612e;border-radius:999px;height:4px;position:absolute;top:50%;left:0;right:0;overflow:hidden;transform:translateY(-50%)}.layer-mobile-slider-fill{border-radius:inherit;background:#2f6f61;height:100%;display:block}.layer-mobile-slider-thumb{background:#fff;border:2px solid #2f6f61;border-radius:50%;width:18px;height:18px;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 2px 6px #0f172a2e}.layer-mobile-slider:focus-visible .layer-mobile-slider-thumb{box-shadow:0 0 0 3px #2f6f612e,0 2px 6px #0f172a2e}.draggable-floating-panel{z-index:22;isolation:isolate;pointer-events:auto;touch-action:none;position:absolute}.draggable-floating-panel.dragging{z-index:24}.comments-floating-panel{z-index:26}.readonly-comment-popover-content{position:relative}.mobile-readonly-panel-toggles,.mobile-readonly-panel-toggle,.mobile-readonly-comment-toggle,.mobile-readonly-comment-close,.mobile-readonly-panel-close{display:none}.draggable-floating-panel>:not(.floating-panel-drag-grip):not(.floating-panel-minimize){z-index:1;position:relative}.floating-panel-minimize{z-index:4;color:#78818a;clip-path:none;isolation:isolate;width:20px;height:20px;box-shadow:none;background:0 0;border:0;border-radius:8px 0 0;justify-content:center;align-items:center;padding:0;font-size:15px;font-weight:800;line-height:.8;display:inline-flex;position:absolute;top:1px;left:1px}.floating-panel-minimize:before{content:"";z-index:0;clip-path:none;background:#fff;border-radius:7px 0 0;position:absolute;inset:0}.floating-panel-minimize span{z-index:1;color:#87919b;letter-spacing:-.7px;text-shadow:0 1px #fffffff5,0 -1px #272f382e;font-size:15px;font-weight:950;position:relative;transform:translateY(-1px)scaleX(1.35)}.floating-panel-minimize:hover{color:#26313a;background:0 0}.floating-panel-minimize:hover:before{background:#eef2f4}.floating-panel-minimize:hover span{color:#222b34}.floating-panel-minimize:active{transform:scale(.94)}.draggable-floating-panel.has-minimize-control .collapsible-panel-header,.draggable-floating-panel.has-minimize-control .layer-panel h3{padding-left:22px}.draggable-floating-panel.has-minimize-control .editor-tool-overlay{padding-top:24px}.floating-panel-drag-grip{z-index:2;color:#6b7280;letter-spacing:0;cursor:grab;background:#fffffff0;border:1px solid #9aa4afb3;border-radius:999px;justify-content:center;align-items:center;width:26px;height:26px;font-size:14px;line-height:1;display:inline-flex;position:absolute;top:-10px;right:-10px;box-shadow:0 4px 10px #0f172a1f}.draggable-floating-panel.dragging .floating-panel-drag-grip{cursor:grabbing}.editor-tool-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0;border:1px solid #1118271f;border-radius:8px;flex-direction:column;gap:8px;padding:10px;display:flex;box-shadow:0 10px 26px #0f172a21}.editor-tool-row{align-items:center;gap:8px;display:flex}.overlay-icon-button,.overlay-mode-button{color:#374151;background:#fff;border:1px solid #cfd6dd;border-radius:6px;justify-content:center;align-items:center;gap:6px;min-width:0;height:36px;display:inline-flex}.overlay-icon-button{width:36px;padding:0}.overlay-mode-button{padding:0 10px;font-size:12px;font-weight:700}.overlay-icon-button.active,.overlay-mode-button.active{color:#1f4fb3;border-color:#2d6cdf;box-shadow:inset 0 0 0 1px #2d6cdf}.overlay-icon-button svg,.overlay-mode-button svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.overlay-mode-button svg{width:16px;height:16px}.overlay-current-color{background:#f8fafc;border:1px solid #d7dee5;border-radius:6px;align-items:center;gap:8px;min-width:148px;height:36px;padding:5px 8px;display:flex}.overlay-current-swatch{border:1px solid #0000002e;flex:0 0 24px;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.overlay-current-swatch span{font-size:8px;font-weight:800;line-height:1}.overlay-current-meta{flex-direction:column;min-width:0;line-height:1.1;display:flex}.overlay-current-meta strong,.overlay-current-meta small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overlay-current-meta strong{font-size:12px}.overlay-current-meta small{color:#5f6b76;font-size:11px}.overlay-code-toggle{color:#374151;white-space:nowrap;background:#f8fafc;border:1px solid #d7dee5;border-radius:6px;align-items:center;gap:6px;min-height:32px;padding:0 8px;font-size:12px;display:inline-flex}.overlay-color-replace{background:#eef1f5;border:1px solid #d8dee6;border-radius:8px;grid-template-columns:76px 76px auto;align-items:center;gap:6px;margin-top:8px;padding:8px;display:grid}.overlay-color-replace input{color:#111827;text-transform:uppercase;background:#fff;border:1px solid #cfd6dd;border-radius:6px;width:100%;min-width:0;height:32px;padding:0 8px;font-size:12px;font-weight:700}.overlay-color-replace button{color:#fff;white-space:nowrap;background:#607086;border:1px solid #53657a;border-radius:6px;height:32px;padding:0 10px;font-size:12px;font-weight:700}.overlay-color-replace button:hover{background:#526174;border-color:#465669}.overlay-color-replace span{color:#5f6b76;grid-column:1/-1;min-height:14px;font-size:11px;line-height:1.2}.workspace-floating-panels{z-index:20;pointer-events:auto;flex-direction:column;gap:12px;display:flex;position:absolute;top:16px;right:16px}.readonly-comment-panel{color:#172026;background:#fffffff5;border:1px solid #cfd6dd;border-radius:8px;flex-direction:column;width:min(380px,100vw - 32px);height:min(480px,100% - 336px);display:flex;overflow:hidden;box-shadow:0 18px 44px #0f172a2e}.readonly-comment-panel p{overscroll-behavior:none;color:#4b5563;white-space:pre-wrap;margin:0;padding:12px;font-size:13px;line-height:1.45;overflow-y:auto}.project-comments-panel{width:380px;height:min(480px,100vh - 220px);overflow:visible}.library-comment-popover-layer{z-index:220;pointer-events:none;background:0 0;position:fixed;inset:0}.library-comment-popover{pointer-events:auto;justify-content:center;align-items:stretch;width:min(420px,100vw - 32px);max-height:calc(100vh - 48px);display:flex;position:fixed}.library-comment-popover .project-comments-panel{width:min(420px,100vw - 32px);height:min(560px,100vh - 72px)}.project-comments-content{flex-direction:column;flex:1;min-height:0;display:flex;overflow:visible}.project-comments-list{overscroll-behavior:contain;flex:1;min-height:110px;padding:10px 12px;overflow-y:auto}.project-comments-empty{color:#7b858d;text-align:center;margin:0;padding:18px 0;font-size:12px}.project-comments-load-failed{color:#8a9299;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:100%;display:flex}.project-comments-load-failed p{color:#8a9299;text-align:center;margin:0;padding:0;font-size:12px;font-weight:700}.project-comments-load-failed button{color:#68737c;background:#fff;border:1px solid #d3d8dd;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:inline-flex}.project-comments-load-failed button:hover{color:#323b43;background:#f2f4f5;border-color:#aeb7bf}.project-comments-load-failed svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:16px;height:16px}.project-comment-item{border-bottom:0;grid-template-columns:34px minmax(0,1fr);gap:10px;padding:9px 0;display:grid}.project-comment-item:last-child{border-bottom:0}.project-comment-avatar{color:#66717a;text-align:center;background:#eef1f3;border-radius:50%;width:34px;height:34px;font-size:12px;font-weight:800;line-height:34px;overflow:hidden}.project-comment-avatar img{object-fit:cover;width:100%;height:100%}.project-comment-body{min-width:0}.project-comment-meta{color:#7b858d;align-items:center;gap:7px;min-width:0;font-size:11px;line-height:1.2;display:flex}.project-comment-meta strong{color:#23313a;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;font-weight:800;overflow:hidden}.project-comment-meta time{white-space:nowrap;flex:1}.project-comment-meta button{color:#6b7280;background:0 0;border:0;padding:0;font-size:11px;font-weight:700}.project-comment-meta button:hover{color:#262b30}.project-comment-action-wrap{justify-content:center;align-items:center;display:inline-flex;position:relative}.project-comment-action-error{z-index:40;color:#9f2d2d;opacity:0;pointer-events:none;text-align:left;background:#fff6f6f5;border:1px solid #9f2d2d47;border-radius:7px;width:max-content;max-width:190px;padding:6px 8px;font-size:11px;font-weight:700;line-height:1.25;animation:3s ease-in-out forwards commentActionErrorBubble;position:absolute;bottom:calc(100% + 8px);right:50%;transform:translate(50%)translateY(4px);box-shadow:0 8px 22px #6020201f}.comment-action-error{animation:1s ease-in-out saveButtonShake;color:#9f2d2d!important;background:#ffe1e1d1!important;border-color:#9f2d2d5c!important}.project-comment-body p{color:#2f3b43;white-space:pre-wrap;background:#f0f2f3;border-radius:4px 12px 12px;max-width:100%;margin:5px 0 0;padding:8px 10px;font-size:12px;line-height:1.42;display:inline-block;overflow:visible}.project-comment-images,.project-comment-pending-images{flex-wrap:wrap;gap:6px;margin-top:7px;display:flex}.project-comment-image-thumb{cursor:zoom-in;background:0 0;border:0;border-radius:6px;width:58px;height:58px;padding:0;display:inline-flex}.project-comment-images img,.project-comment-pending-images img{object-fit:cover;border-radius:6px;width:58px;height:58px}.project-comment-composer{background:#f8f9faeb;border:1px solid #d5dbe1;border-radius:8px;margin:10px 12px 12px;padding:8px 8px 42px;position:relative}.project-comment-composer:focus-within{border-color:#6fa67c;box-shadow:inset 0 0 0 1px #6fa67c2e}.project-comment-composer textarea{resize:vertical;color:#27323a;width:100%;min-height:58px;font:inherit;background:0 0;border:0;border-radius:0;outline:none;padding:4px 4px 0;font-size:12px;line-height:1.4}.project-comment-composer textarea:focus{outline:none}.project-comment-pending-images span{display:inline-flex;position:relative}.project-comment-pending-images .project-comment-remove-image{color:#4b5563;background:#fff;border:1px solid #cfd6dd;border-radius:50%;width:18px;height:18px;padding:0;font-size:14px;line-height:1;position:absolute;top:-6px;right:-6px}.project-comment-image-viewer{z-index:9000;justify-content:center;align-items:center;padding:48px 28px 34px;display:flex;position:fixed;inset:0}.project-comment-image-viewer-backdrop{-webkit-backdrop-filter:blur(14px)saturate(125%);backdrop-filter:blur(14px)saturate(125%);background:#f7f9fa94;border:0;position:absolute;inset:0}.project-comment-image-viewer-content{z-index:1;flex-direction:column;justify-content:center;align-items:center;gap:14px;max-width:min(86vw,900px);max-height:min(88vh,760px);display:flex;position:relative}.project-comment-image-viewer-main{object-fit:contain;border-radius:10px;max-width:min(86vw,900px);max-height:calc(min(88vh,760px) - 98px);display:block;box-shadow:0 24px 70px #1f29373d}.project-comment-image-viewer-close{z-index:2;color:#29323a;background:#fffffff2;border:1px solid #b4bcc4cc;border-radius:50%;width:34px;height:34px;padding:0;font-size:24px;line-height:30px;position:absolute;top:-16px;right:-16px;box-shadow:0 8px 22px #1f293729}.project-comment-image-viewer-close:hover{background:#eef1f3}.project-comment-image-viewer-strip{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb8;border:1px solid #c6cfd8b3;border-radius:12px;justify-content:center;gap:8px;max-width:min(86vw,360px);padding:8px 10px;display:flex}.project-comment-image-viewer-strip button{opacity:.62;background:0 0;border:2px solid #0000;border-radius:8px;width:52px;height:52px;padding:0}.project-comment-image-viewer-strip button.selected{opacity:1;border-color:#6fa67c}.project-comment-image-viewer-strip img{object-fit:cover;border-radius:6px;width:100%;height:100%}.project-comment-composer-actions{justify-content:flex-end;gap:6px;margin:0;display:flex;position:absolute;bottom:8px;right:8px}.project-comment-composer-actions button{color:#3f4a52;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;width:32px;min-width:32px;height:28px;padding:0;display:inline-flex}.project-comment-composer-actions button:hover:not(:disabled){background:#f1f3f4}.project-comment-composer-actions button:disabled{cursor:default;opacity:.55}.project-comment-composer-actions .project-comment-submit{color:#fff;background:#77a983}.project-comment-composer-actions .project-comment-submit:hover:not(:disabled){background:#5f946b}.project-comment-composer-actions svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}@keyframes commentActionErrorBubble{0%{opacity:0;transform:translate(50%)translateY(4px)}10%,86%{opacity:1;transform:translate(50%)translateY(0)}to{opacity:0;transform:translate(50%)translateY(-2px)}}.start-modal-overlay{z-index:100;background:#1f29373d;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.start-modal{overscroll-behavior:none;background:#fff;border:1px solid #11182729;border-radius:8px;width:min(560px,100%);max-height:calc(100vh - 48px);padding:24px;position:relative;overflow-y:auto;box-shadow:0 18px 50px #1118273d}.start-modal-language{justify-content:flex-end;align-items:center;gap:8px;margin:-4px -2px 12px 0;display:flex}.start-modal-close{color:#5f6b76;background:#fff;border:1px solid #cfd6dd;border-radius:6px;width:28px;height:28px;font-size:18px;line-height:1}.start-modal-header{margin-bottom:22px}.start-modal-kicker{color:#2f6f61;margin:0 0 6px;font-size:13px;font-weight:700}.start-modal h2{color:#172026;margin:0;font-size:24px;line-height:1.2}.start-modal-description{color:#5f6b76;margin:10px 0 0;font-size:14px;line-height:1.5}.start-modal-section{margin-top:20px}.start-modal-section h3{color:#172026;margin:0 0 10px;font-size:15px}.start-modal-section-title-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.start-project-name-input{color:#172026;background:#fff;border:1px solid #cfd6dd;border-radius:6px;width:100%;height:40px;padding:8px 10px;font-size:14px}.saved-project-list{flex-direction:column;gap:10px;display:flex}.saved-project-card{color:#172026;text-align:left;background:#fff;border:1px solid #cfd6dd;border-radius:8px;flex-direction:column;gap:4px;width:100%;padding:12px;display:flex}.saved-project-card strong{font-size:14px;line-height:1.2}.saved-project-card span{color:#5f6b76;font-size:12px;line-height:1.3}.start-layout-option{color:#172026;background:#fff;border:1px solid #cfd6dd;border-radius:8px}.start-layout-option.active{border-color:#2d6cdf;box-shadow:inset 0 0 0 1px #2d6cdf}.start-layout-inputs,.start-layout-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.start-layout-inputs label{color:#5f6b76;flex-direction:column;gap:6px;min-width:0;font-size:13px;display:flex}.start-layout-inputs input{color:#172026;background:#fff;border:1px solid #cfd6dd;border-radius:6px;width:100%;height:40px;padding:8px 10px;font-size:14px}.start-layout-preview{background:#f8fafc;border:1px solid #d7dee5;border-radius:8px;justify-content:space-between;align-items:center;gap:16px;min-height:104px;margin-top:10px;padding:12px;display:flex}.start-layout-preview>div{flex-direction:column;gap:4px;min-width:0;display:flex}.start-layout-preview strong{color:#172026;font-size:16px;line-height:1.2}.start-layout-preview span{color:#5f6b76;font-size:13px;line-height:1.3}.start-layout-option{text-align:left;align-items:center;gap:12px;min-height:92px;padding:12px;display:flex}.start-layout-icon-frame{flex:0 0 52px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.start-layout-icon{display:grid}.start-layout-icon-cell{background-color:#fff;background-image:linear-gradient(90deg,#2d6cdf2e 1px,#0000 1px),linear-gradient(#2f6f612e 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:8px 8px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border:1px solid #5f6b76;width:20px;min-width:0;height:20px;min-height:0}.start-layout-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.start-layout-copy strong{font-size:15px;line-height:1.2}.start-layout-copy span{color:#5f6b76;font-size:13px;line-height:1.3}.start-confirm-button{color:#fff;background:#2f6f61;border:1px solid #1f5f52;border-radius:8px;width:100%;min-height:44px;margin-top:22px;font-size:15px;font-weight:700}.start-confirm-button:hover{background:#275c51}@media (width<=1050px){.library-project-grid{grid-template-columns:repeat(auto-fill,316px)}.library-project-grid.library-project-card-grid,.library-project-grid.creator-hub-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=700px),(pointer:coarse) and (height<=520px){.panel-dock,.app-shell-readonly .draggable-floating-panel:not(.comments-floating-panel):not(.mobile-readonly-floating-panel),.app-shell-readonly .workspace-floating-panels{display:none}.mobile-readonly-panel-toggles{z-index:34;flex-direction:column;gap:8px;display:flex;position:absolute;top:10px;right:10px}.mobile-readonly-panel-toggle{color:#5f6b76;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #9aa4afb8;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:inline-flex;box-shadow:0 8px 22px #0f172a24}.mobile-readonly-panel-toggle.active{color:#2f6f4b;background:#e8f5edf0;border-color:#3b7a579e}.mobile-readonly-panel-toggle svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:21px;height:21px}.app-shell-readonly .mobile-readonly-floating-panel{touch-action:auto;width:min(86vw,360px);max-width:calc(100% - 24px);bottom:auto;right:auto;transform:translate(-50%,-50%);top:50%!important;left:50%!important}.app-shell-readonly .mobile-readonly-layers-panel{width:100%;max-width:none;bottom:0;transform:none;top:auto!important;left:0!important}.app-shell-readonly .mobile-readonly-stats-panel{width:min(88vw,360px)}.app-shell-readonly .comments-floating-panel .floating-panel-drag-grip,.app-shell-readonly .mobile-readonly-floating-panel .floating-panel-drag-grip{display:none}.app-shell-readonly .mobile-readonly-floating-panel .floating-panel-minimize{z-index:12}.app-shell-readonly .mobile-readonly-layers-panel .layer-panel,.app-shell-readonly .mobile-readonly-stats-panel .color-stats-panel{width:100%}.app-shell-readonly .mobile-readonly-stats-panel .color-stats-panel{height:min(58svh,430px)}.mobile-readonly-comment-close,.mobile-readonly-panel-close{z-index:8;color:#53616d;cursor:pointer;background:#ffffffeb;border:1px solid #9aa4afa3;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-size:20px;line-height:1;display:inline-flex;position:absolute;top:8px;left:8px;box-shadow:0 4px 12px #0f172a1f}.app-shell-readonly .readonly-comment-panel{width:100%;height:min(58svh,430px);max-height:min(58svh,430px);top:auto}.app-shell-readonly .project-comments-panel{width:100%;height:min(58svh,430px)}.canvas-wrap-readonly{padding:6px}.canvas-wrap-readonly .canvas-action-toolbar{top:10px;left:10px;transform:none}.canvas-wrap-readonly .canvas-hand-button{display:none}.library-header{flex-wrap:wrap;align-items:center;gap:10px;min-height:auto;padding:clamp(.75rem,3vw,1rem)}.library-header>.brand-logo-link{flex:1 1 0;order:1;min-width:0}.library-brand-logo{max-width:min(9.1rem,41vw);height:36px}.library-header-center{display:none}.library-header-actions{display:contents}.library-new-project-anchor{order:1;margin-left:auto}.library-create-popover{width:calc(100vw - 24px);max-height:calc(100svh - 148px);padding:12px;top:calc(100% + 8px);right:-58px}.library-create-popover:before{right:72px}.library-user-menu-wrap{order:1;margin-left:8px}.library-view-switch{flex-basis:100%;order:2;width:100%}.editor-header-actions-inline{flex:none;order:1;justify-content:flex-end;gap:8px;margin-left:auto}.editor-header-action-button{width:36px;min-width:36px;height:34px}.editor-header-action-button svg{width:15px;height:15px}.library-new-button{order:1;justify-content:center;align-items:center;height:48px;min-height:48px;margin-left:auto;padding:0 12px;font-size:13px;line-height:1.1;display:inline-flex}.library-guide-button{right:12px;bottom:calc(72px + env(safe-area-inset-bottom,0px));z-index:90;border-radius:999px;width:45px;height:45px;font-size:18px;position:fixed;box-shadow:0 8px 20px #0f172a24}.library-main{padding:10px 12px calc(120px + env(safe-area-inset-bottom,0px));scroll-padding-bottom:calc(120px + env(safe-area-inset-bottom,0px));grid-template-columns:1fr}.library-projects-panel{padding:12px}.library-company-footer{padding:10px 8px 0;font-size:10px;line-height:1.3}.library-section-tabs,.creator-hub-sort-controls{margin:0 0 12px}.library-section-tabs{scrollbar-width:none;flex-wrap:nowrap;gap:6px;overflow:visible}.library-section-tabs::-webkit-scrollbar{display:none}.library-section-tabs button{white-space:nowrap;flex:1 1 0;min-width:0;padding:6px 5px;font-size:12px}.creator-hub-sort-controls{display:block}.creator-hub-sort-button-row{display:none}.creator-hub-sort-select{width:auto;display:inline-grid}.library-layout-inputs,.library-layout-options,.library-project-grid,.library-project-grid.library-project-card-grid,.library-project-grid.creator-hub-grid{grid-template-columns:1fr}.creator-hub-card{height:148px}.creator-hub-card-body{grid-template-columns:var(--creator-hub-preview-width) minmax(0, 1fr);gap:8px}.creator-hub-card-main{min-height:0}.creator-hub-card-mobile-actions{pointer-events:auto;justify-content:flex-start;align-items:center;gap:6px;min-height:30px;display:flex}.creator-hub-card-control-slot,.creator-hub-card-purchase,.creator-hub-card-menu{position:static;inset:auto}.creator-hub-card-control-slot{gap:6px}.creator-hub-card-info-button{flex:0 auto;order:2;padding:0}.creator-hub-card-info{gap:1px}.creator-hub-card-info span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.creator-hub-card-comment{order:3;width:100%;height:32px;min-height:32px;margin-top:auto;padding:4px 7px;font-size:11px;line-height:1.15}.creator-hub-card-comment-text{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box}.creator-hub-profile-popover{top:calc(154px + env(safe-area-inset-top,0px));gap:8px;width:calc(100vw - 24px);padding:10px;bottom:14px}.creator-hub-profile-section-a{grid-template-columns:58px minmax(0,1fr);gap:8px}.creator-hub-profile-avatar{width:52px;height:52px;font-size:22px}.creator-hub-profile-content strong{max-width:100%;font-size:18px}.creator-hub-profile-content{padding:0 22px 0 0}.creator-hub-profile-bio{height:48px;margin-top:5px;padding:6px 8px;font-size:11px;line-height:1.25}.creator-hub-profile-section-b{gap:6px}.creator-hub-profile-stat{min-height:38px;padding:6px;font-size:13px}.creator-hub-profile-stat svg{width:20px;height:20px}.creator-hub-profile-stat em{font-size:10px}.creator-hub-profile-section-c{grid-template-columns:1fr}.project-pagination-button{height:30px}.project-pagination-arrow{width:30px;min-width:30px}.project-pagination-status{min-width:50px}.project-pagination-jump{gap:5px}.project-pagination-jump input{width:44px;height:28px}.project-pagination{--project-pagination-scale:.92}.start-modal-overlay{padding:14px}.start-modal{padding:18px}.start-layout-inputs,.start-layout-options{grid-template-columns:1fr}.start-layout-preview{flex-direction:column;align-items:flex-start}.topbar{padding-inline:clamp(.5rem,2vw,.75rem)}.topbar-controls{gap:clamp(.25rem,1.4vw,.5rem);font-size:clamp(.6875rem,2.8vw,.8125rem)}.topbar-project-comment,.creator-guide-nudge{display:none}.creator-guide-popover{width:auto;bottom:14px;right:14px;top:auto!important;left:14px!important;transform:none!important}.topbar-controls>span:first-child{display:none}}@media (width<=380px){.project-pagination{--project-pagination-scale:.84}}@media (width<=340px){.project-pagination{--project-pagination-scale:.76}}
