@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--white: #fbfbfd;--gray-50: #f5f5f7;--gray-100: #f0f0f2;--gray-200: #e8e8ed;--gray-300: #d2d2d7;--gray-400: #aeaeb2;--gray-500: #8e8e93;--gray-600: #636366;--gray-700: #48484a;--gray-800: #2c2c2e;--gray-900: #1c1c1e;--blue: #007aff;--blue-dark: #0056b3;--green: #32d74b;--red: #ff3b30;--orange: #ff9500;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--shadow-sm: 0 1px 3px rgba(0,0,0,.1);--shadow-md: 0 4px 16px rgba(0,0,0,.1);--shadow-lg: 0 8px 32px rgba(0,0,0,.12);--font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter", "Helvetica Neue", sans-serif}html,body,#root{height:100%}body{background:var(--white);color:var(--gray-900);font-family:var(--font);font-size:17px;line-height:1.47;-webkit-font-smoothing:antialiased}.app{height:100%;display:flex;flex-direction:column}.home{align-items:center;justify-content:center;background:linear-gradient(180deg,var(--white) 0%,var(--gray-50) 100%);min-height:100vh}.home-card{width:100%;max-width:420px;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:48px 40px 36px;box-shadow:var(--shadow-md);display:flex;flex-direction:column;gap:20px}.home-logo{display:flex;align-items:center;gap:10px}.logo-mark{width:36px;height:36px;background:var(--blue);border-radius:10px;display:grid;place-items:center;font-size:18px;font-weight:600;color:#fff;flex-shrink:0}.logo-text{font-size:15px;font-weight:500;color:var(--gray-500);letter-spacing:.02em}.home-title{font-size:28px;font-weight:600;color:var(--gray-900);letter-spacing:-.01em;line-height:1.2}.home-sub{font-size:13px;color:var(--gray-400);margin-top:-12px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:15px;font-weight:500;color:var(--gray-700)}input{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:14px 16px;font-family:var(--font);font-size:17px;color:var(--gray-900);outline:none;transition:border-color .2s,box-shadow .2s;width:100%}input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #007aff1f}input::placeholder{color:var(--gray-400)}button{font-family:var(--font);font-size:17px;font-weight:400;cursor:pointer;border:none;transition:all .2s cubic-bezier(.25,.46,.45,.94);min-height:44px}button:disabled{opacity:.4;cursor:not-allowed}.btn-primary{width:100%;background:var(--blue);color:#fff;border-radius:980px;padding:14px 24px;box-shadow:var(--shadow-sm)}.btn-primary:not(:disabled):hover{background:var(--blue-dark);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-secondary{width:100%;background:var(--gray-100);color:var(--gray-700);border-radius:980px;padding:14px 24px}.btn-secondary:not(:disabled):hover{background:var(--gray-200)}.auth-tabs{display:flex;gap:4px;background:var(--gray-100);border-radius:var(--radius-md);padding:3px}.tab{flex:1;padding:8px;border:none;border-radius:9px;background:transparent;color:var(--gray-500);font-size:15px;font-weight:500;cursor:pointer;transition:all .2s;min-height:unset}.tab.active{background:var(--white);color:var(--gray-900);box-shadow:var(--shadow-sm)}.auth-error{font-size:14px;color:var(--red);background:#ff3b3014;border:1px solid rgba(255,59,48,.2);border-radius:var(--radius-sm);padding:10px 14px}.divider{display:flex;align-items:center;gap:12px;color:var(--gray-400);font-size:14px}.divider:before,.divider:after{content:"";flex:1;height:1px;background:var(--gray-200)}.phase-warning{font-size:13px;color:var(--orange);background:#ff950014;border:1px solid rgba(255,149,0,.2);border-radius:var(--radius-sm);padding:10px 14px;line-height:1.5}.editor-shell{flex:1;display:flex;flex-direction:column;height:100%;overflow:hidden;background:var(--white)}.editor-header{display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:52px;background:#fbfbfdcc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--gray-200);flex-shrink:0}.doc-id{display:flex;align-items:center;gap:10px}.doc-label{font-size:17px;font-weight:600;color:var(--gray-900)}.doc-code{font-family:SF Mono,Fira Mono,monospace;font-size:13px;color:var(--gray-500);background:var(--gray-100);border:1px solid var(--gray-200);border-radius:6px;padding:2px 8px}.status-indicator{display:flex;align-items:center;gap:6px}.status-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.status-text{font-size:14px;color:var(--gray-500)}.toolbar{display:flex;align-items:center;gap:2px;padding:8px 16px;background:var(--gray-50);border-bottom:1px solid var(--gray-200);flex-shrink:0;overflow-x:auto;flex-wrap:nowrap}.toolbar-btn{padding:6px 10px;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--gray-600);font-family:SF Mono,Fira Mono,monospace;font-size:13px;font-weight:500;cursor:pointer;transition:background .15s,color .15s;min-height:unset;white-space:nowrap}.toolbar-btn:hover{background:var(--gray-200);color:var(--gray-900)}.toolbar-btn.active{background:#007aff1a;color:var(--blue)}.toolbar-divider{width:1px;height:18px;background:var(--gray-200);margin:0 4px;flex-shrink:0}.editor-wrap{flex:1;overflow-y:auto;padding:56px 24px;display:flex;justify-content:center}.editor-content{width:100%;max-width:720px}.ProseMirror{outline:none;font-family:var(--font);font-size:17px;line-height:1.6;color:var(--gray-900);min-height:60vh}.ProseMirror p{margin-bottom:.9em}.ProseMirror h1{font-size:2em;font-weight:700;margin:1.2em 0 .4em;letter-spacing:-.02em}.ProseMirror h2{font-size:1.4em;font-weight:600;margin:1em 0 .4em}.ProseMirror h3{font-size:1.15em;font-weight:600;margin:.9em 0 .3em}.ProseMirror ul,.ProseMirror ol{padding-left:1.6em;margin-bottom:.9em}.ProseMirror li{margin-bottom:.2em}.ProseMirror blockquote{border-left:3px solid var(--blue);padding-left:1em;color:var(--gray-500);margin:1em 0}.ProseMirror code{font-family:SF Mono,Fira Mono,monospace;font-size:.88em;background:var(--gray-100);padding:2px 6px;border-radius:5px;color:var(--gray-800)}.ProseMirror pre{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:16px;overflow-x:auto;margin-bottom:.9em}.ProseMirror pre code{background:none;padding:0}.ProseMirror hr{border:none;border-top:1px solid var(--gray-200);margin:1.5em 0}.ProseMirror strong{font-weight:600}.ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:var(--gray-300);pointer-events:none;float:left;height:0}.editor-footer{display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:32px;background:var(--gray-50);border-top:1px solid var(--gray-200);font-size:12px;color:var(--gray-400);flex-shrink:0;font-family:SF Mono,Fira Mono,monospace}.crypto-note{color:var(--green)}
