.playground{background:#eef0f3;display:grid;grid-template-columns:280px minmax(0,1fr);min-height:calc(100vh - 84px)}.playground-sidebar{background:#f8f9fb;border-right:1px solid #dfe3e8;display:flex;flex-direction:column;min-height:0;padding:22px 18px}.playground-sidebar__head{margin-bottom:16px}.playground-sidebar__label{color:var(--main-theme-color);font-family:var(--ft-mon);font-size:12px;font-weight:800;margin-bottom:4px}.playground-sidebar h1{color:#1f2328;font-size:24px;line-height:1.3}.playground-project-form{display:grid;gap:8px;margin-bottom:18px}.playground-project-form input,.playground-project-form button,.playground-files__actions button,.playground-files__actions label,.playground-toolbar__actions button,.playground-console__head button{border-radius:6px;font-size:13px;font-weight:700;min-height:38px}.playground-project-form input{background:#fff;border:1px solid #d7dce2;padding:0 12px}.playground-project-form button,.playground-files__actions button,.playground-files__actions label,.playground-toolbar__actions button{align-items:center;background:#222;border:1px solid #222;color:#fff;cursor:pointer;display:inline-flex;justify-content:center;padding:0 12px}.playground-projects{border-bottom:1px solid #e2e5e8;display:grid;gap:6px;margin-bottom:18px;max-height:180px;overflow-y:auto;padding-bottom:18px}.playground-project{background:#fff;border:1px solid transparent;border-radius:8px;color:#333;display:block;padding:10px 12px}.playground-project.is-active{border-color:var(--main-theme-color)}.playground-project span,.playground-project small{display:block}.playground-project span{font-size:14px;font-weight:700;line-height:1.5}.playground-project small{color:#8a8f98;font-size:11px;margin-top:2px}.playground-files{display:flex;flex:1 1 auto;flex-direction:column;min-height:0}.playground-files__head{margin-bottom:12px}.playground-files__head p{color:#1f2328;font-size:15px;font-weight:800;line-height:1.5;margin-bottom:10px}.playground-files__actions{display:grid;gap:8px;grid-template-columns:1fr 1fr}.playground-files__actions label{position:relative}.playground-files__actions input{top:0;right:0;bottom:0;left:0;opacity:0;position:absolute}.playground-file-list{align-content:start;display:grid;flex:1 1 auto;gap:6px;grid-auto-rows:minmax(38px,max-content);min-height:0;overflow-y:auto;padding-right:4px}.playground-files__preview{border-top:1px solid #e2e5e8;margin-top:14px;padding-top:14px}.playground-files__preview button{align-items:center;background:var(--main-theme-color);border:1px solid var(--main-theme-color);border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:800;justify-content:center;min-height:42px;width:100%}.playground-file-row{align-items:center;background:transparent;border:1px solid transparent;border-radius:6px;display:flex;flex:0 0 auto;gap:8px;justify-content:space-between;min-height:38px;padding:0 6px 0 10px}.playground-file-row.is-active,.playground-file-row:hover{background:#fff;border-color:#dfe3e8}.playground-file{align-items:center;background:transparent;border:0;color:#444;cursor:pointer;display:flex;flex:1 1 auto;font-size:14px;font-weight:700;gap:8px;justify-content:space-between;min-height:36px;min-width:0;padding:0;text-align:left}.playground-file span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.playground-file small{color:#989da6;flex:0 0 auto;font-family:var(--ft-mon);font-size:11px}.playground-file-delete{align-items:center;background:transparent;border:0;border-radius:4px;color:#9a5252;cursor:pointer;display:inline-flex;flex:0 0 26px;font-size:18px;height:26px;justify-content:center;line-height:1}.playground-file-delete:hover{background:#ffe7e7}.playground-workspace{display:grid;grid-template-rows:48px minmax(0,1fr) 180px;min-width:0}.playground-toolbar{align-items:end;background:#f6f7f9;border-bottom:1px solid #dfe3e8;display:flex;gap:16px;justify-content:space-between;padding:0 18px}.playground-tabs{align-items:end;display:flex;gap:4px;min-width:0;overflow-x:auto}.playground-tab{background:#e7e9ec;border:0;border-radius:8px 8px 0 0;color:#555;cursor:pointer;font-size:13px;font-weight:700;height:38px;min-width:128px;padding:0 14px}.playground-tab.is-active{background:#fff;color:#111}.playground-toolbar__right{align-items:center;display:flex;flex:0 0 auto;gap:12px;padding-bottom:6px}.playground-editor-settings{align-items:center;display:flex;gap:8px}.playground-editor-settings label{align-items:center;display:inline-flex;gap:5px}.playground-editor-settings span{color:#68707a;font-family:var(--ft-mon);font-size:10px;font-weight:800;text-transform:uppercase}.playground-editor-settings select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid #d7dce2;border-radius:6px;color:#222;cursor:pointer;font-size:12px;font-weight:800;height:32px;padding:0 24px 0 10px}.playground-toolbar__actions{display:flex;flex:0 0 auto;gap:8px}.playground-toolbar__actions button:nth-child(2){background:var(--main-theme-color);border-color:var(--main-theme-color)}.playground-main{display:block;min-height:0}.playground-editor,.playground-preview{background:#fff;min-height:0;position:relative}.playground-editor,.playground-code-editor,.playground-code-editor .cm-editor{height:100%}.playground-code-editor .cm-editor{background:#1f2328;font-family:var(--ft-code);font-size:14px;line-height:1.7}.playground-code-editor .cm-scroller{font-family:var(--ft-code)}.playground-code-editor .cm-content{padding:18px 0}.playground-code-editor .cm-line{padding:0 18px}.playground-editor__empty{color:#777;display:none;left:22px;position:absolute;top:22px;z-index:1}.playground-editor.is-empty .playground-editor__empty{display:block}.playground-editor.is-empty .playground-code-editor{display:none}.playground-preview iframe{background:#fff;border:0;display:block;height:100%;width:100%}.playground-console{background:#2b2526;color:#f5eeee;min-height:0}.playground-console__head{align-items:center;border-bottom:1px solid rgb(255 255 255 / 10%);display:flex;height:42px;justify-content:space-between;padding:0 18px}.playground-console__head p{font-family:var(--ft-mon);font-size:13px;font-weight:800}.playground-console__head button{background:transparent;border:1px solid rgb(255 255 255 / 24%);color:#fff;cursor:pointer;min-height:30px;padding:0 10px}.playground-console__body{font-family:var(--ft-code);font-size:13px;height:calc(100% - 42px);line-height:1.6;overflow-y:auto;padding:14px 18px}.playground-console__line{margin-bottom:6px;white-space:pre-wrap}.playground-console__line--error{color:#ffb1b1}.playground-modal{display:none;top:0;right:0;bottom:0;left:0;position:fixed;z-index:1000}.playground-modal.is-active{display:block}.playground-modal__overlay{background:rgb(20 24 30 / 58%);top:0;right:0;bottom:0;left:0;position:absolute}.playground-modal__panel{background:#fff;border-radius:10px;box-shadow:0 26px 70px #0000003d;left:50%;max-height:min(720px,88vh);overflow-y:auto;padding:26px;position:absolute;top:50%;transform:translate(-50%,-50%);width:min(92vw,680px)}.playground-modal__panel--preview{display:grid;grid-template-rows:auto minmax(0,1fr);height:min(86vh,780px);max-height:92vh;max-width:96vw;min-height:420px;min-width:360px;overflow:auto;resize:both;width:min(94vw,1100px)}.playground-modal__panel--preview .playground-preview{border:1px solid #e1e5ea;border-radius:8px;height:100%;min-height:0;overflow:hidden}.playground-modal__head{align-items:flex-start;display:flex;gap:18px;justify-content:space-between;margin-bottom:18px}.playground-modal__head p{color:var(--main-theme-color);font-family:var(--ft-mon);font-size:12px;font-weight:800;margin-bottom:5px}.playground-modal__head h2{color:#1f2328;font-size:24px;line-height:1.4}.playground-modal__head button{align-items:center;background:#f2f3f5;border:0;border-radius:999px;color:#333;cursor:pointer;display:inline-flex;flex:0 0 36px;font-size:22px;height:36px;justify-content:center}.playground-preview-tools{align-items:center;display:flex;flex:0 0 auto;gap:8px}.playground-preview-tools button{border-radius:999px;flex:0 0 auto;font-size:12px;font-weight:800;height:34px;min-width:44px;padding:0 12px}.playground-preview-tools button:not([data-close-preview-modal]){background:#fff;border:1px solid #dfe3e8;color:#333}.playground-preview-tools button:not([data-close-preview-modal]):hover{border-color:var(--main-theme-color);color:var(--main-theme-color)}.playground-preview-tools button[data-stop-preview]{border-color:#f0c7c7;color:#a83f3f}.playground-preview-tools button[data-stop-preview]:hover{background:#fff2f2;border-color:#d86b6b;color:#9c2f2f}.playground-preview-tools button.is-active{background:var(--main-theme-color);border-color:var(--main-theme-color);color:#fff}.playground-upload-drop{align-items:center;background:#f8fafc;border:2px dashed #c9d2dc;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;gap:8px;min-height:210px;justify-content:center;padding:28px;position:relative;text-align:center;transition:background-color .2s,border-color .2s}.playground-upload-drop.is-dragover,.playground-upload-drop:hover{background:#fff8ed;border-color:var(--main-theme-color)}.playground-upload-drop input{cursor:pointer;top:0;right:0;bottom:0;left:0;opacity:0;position:absolute}.playground-upload-drop strong{color:#222;font-size:18px}.playground-upload-drop span,.playground-upload-drop small{color:#66707a;font-size:14px}.playground-upload-result{margin-top:22px}.playground-upload-result h3{color:#222;font-size:18px;margin-bottom:12px}.playground-upload-result__list{border:1px solid #e3e7eb;border-radius:8px;overflow:hidden}.playground-upload-result__item{align-items:center;background:#fff;display:grid;gap:12px;grid-template-columns:minmax(0,1fr) 150px 78px;padding:12px 14px}.playground-upload-result__item:not(:last-child){border-bottom:1px solid #e3e7eb}.playground-upload-result__item span{color:#222;font-size:14px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.playground-upload-result__item small{color:#6e7681;font-family:var(--ft-mon);font-size:12px}.playground-upload-result__item strong{border-radius:999px;display:inline-flex;font-size:12px;font-weight:800;justify-content:center;padding:4px 8px}.playground-upload-result__item--success strong{background:#e8f8ed;color:#237345}.playground-upload-result__item--failed strong{background:#ffeaea;color:#b33939}.playground-upload-result__item--uploading strong{background:#eef3ff;color:#3559ad}.playground-upload-result__note{color:#555;font-size:14px;font-weight:700;line-height:1.7;margin-top:14px}.playground-toast{background:#20252b;border:1px solid rgb(255 255 255 / 10%);border-radius:8px;bottom:22px;box-shadow:0 18px 44px #00000038;color:#fff;font-size:14px;font-weight:800;line-height:1.6;max-width:min(420px,calc(100vw - 32px));opacity:0;padding:12px 16px;pointer-events:none;position:fixed;right:22px;transform:translateY(12px);transition:opacity .2s ease,transform .2s ease;z-index:1300}.playground-toast.is-active{opacity:1;transform:translateY(0)}.playground-toast--notice{background:#4d4032}.playground-guest{background:#f4f6f8;padding:72px 20px 90px}.playground-guest__inner{margin:0 auto;max-width:1080px}.playground-guest__head{max-width:760px}.playground-guest__eyebrow{color:var(--main-theme-color);display:inline-block;font-family:var(--ft-mon);font-size:13px;font-weight:900;letter-spacing:0;margin-bottom:10px}.playground-guest__head h1{color:#1f2328;font-size:clamp(32px,5vw,54px);line-height:1.28;margin-bottom:18px}.playground-guest__head p{color:#545b66;font-size:17px;font-weight:700;line-height:1.9}.playground-guest__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.playground-guest__btn{align-items:center;background:#fff;border:1px solid #9b6f1f;border-radius:8px;color:#9b6f1f;display:inline-flex;font-size:15px;font-weight:900;justify-content:center;min-height:52px;min-width:190px;padding:0 22px;transition:background-color .2s ease,border-color .2s ease,color .2s ease,opacity .2s ease}.playground-guest__btn--primary{background:#9b6f1f;border-color:#9b6f1f;color:#fff}.playground-guest__btn--outline{background:#fff;color:#9b6f1f}.playground-guest__btn:hover{opacity:1}.playground-guest__btn--primary:hover{background:var(--main-theme-color);border-color:var(--main-theme-color)}.playground-guest__btn--outline:hover{background:#fbf7ef;border-color:var(--main-theme-color);color:var(--main-theme-color)}.playground-guest__features{display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:48px}.playground-guest__features article{background:#fff;border:1px solid #e0e5eb;border-radius:8px;padding:24px}.playground-guest__features span{color:var(--main-theme-color);display:block;font-family:var(--ft-mon);font-size:13px;font-weight:900;margin-bottom:12px}.playground-guest__features h2{color:#222;font-size:19px;line-height:1.5;margin-bottom:8px}.playground-guest__features p{color:#626a75;font-size:14px;font-weight:700;line-height:1.8}@media screen and (max-width: 968px){.playground{grid-template-columns:1fr}.playground-sidebar{max-height:none}.playground-main{display:block}.playground-guest__features{grid-template-columns:1fr}}@media screen and (max-width: 568px){.playground-toolbar{align-items:stretch;flex-direction:column;height:auto;padding:10px}.playground-toolbar__right{align-items:stretch;flex-direction:column;padding-bottom:0}.playground-editor-settings,.playground-toolbar__actions{justify-content:flex-end}.playground-workspace{grid-template-rows:auto minmax(0,1fr) 180px}.playground-toolbar__actions{padding-bottom:0}.playground-modal__panel--preview{min-width:300px}.playground-modal__head{gap:12px}.playground-preview-tools{flex-wrap:wrap;justify-content:flex-end}.playground-upload-result__item{grid-template-columns:1fr;gap:5px}.playground-guest{padding:44px 16px 60px}.playground-guest__actions{display:grid}.playground-guest__btn{width:100%}.playground-toast{bottom:14px;left:14px;right:14px;max-width:none}}
