*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{color:#3a2f28;font-family:Nunito,system-ui,sans-serif}.brand{align-items:center;gap:8px;display:flex}.brand h1{color:#3a2f28;margin:0;font-family:Kalam,cursive;font-size:1.6rem}.brand-dot{color:#e0793c}.brand-note{font-size:1.4rem;transform:rotate(-12deg)}.auth-screen{background:radial-gradient(circle at 20% 20%,#fff7e6,#f4e3c1 70%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.auth-card{background:#fffdf8;border:1px solid #0000000d;border-radius:18px;width:100%;max-width:380px;padding:36px 32px;box-shadow:0 20px 45px #5a3c142e}.auth-subtitle{color:#8a7a6a;margin:4px 0 24px;font-size:.95rem}.auth-form{flex-direction:column;gap:14px;display:flex}.auth-form label{color:#6b5b4d;flex-direction:column;gap:6px;font-size:.85rem;font-weight:700;display:flex}.auth-form input{border:2px solid #eee0cc;border-radius:10px;outline:none;padding:10px 12px;font-family:inherit;font-size:.95rem;transition:border-color .15s}.auth-form input:focus{border-color:#f0b95b}.auth-error{color:#a83232;background:#fde2e2;border-radius:8px;padding:8px 10px;font-size:.85rem}.auth-switch{color:#8a7a6a;text-align:center;margin-top:20px;font-size:.85rem}.auth-switch a{color:#d97a2e;font-weight:700;text-decoration:none}.full-loader{color:#8a7a6a;justify-content:center;align-items:center;height:100vh;font-family:Kalam,cursive;font-size:1.2rem;display:flex}.btn-primary{color:#fff;cursor:pointer;background:#e0793c;border:none;border-radius:10px;padding:11px 18px;font-size:.95rem;font-weight:800;transition:transform .1s,box-shadow .15s;box-shadow:0 6px 14px #e0793c59}.btn-primary:hover:not(:disabled){transform:translateY(-1px)}.btn-primary:disabled{opacity:.6;cursor:default}.btn-ghost{cursor:pointer;color:#6b5b4d;background:0 0;border:2px solid #0000001a;border-radius:10px;padding:9px 16px;font-weight:700}.btn-ghost:hover{background:#0000000a}.board-page{background-blend-mode:overlay;background:radial-gradient(circle at 1px 1px,#ffffff0d 1px,#0000 0) 0 0/22px 22px,#b98a55;flex-direction:column;min-height:100vh;display:flex}.board-header{z-index:20;background:#fffdf8;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:14px 26px;display:flex;box-shadow:0 2px 10px #00000014}.board-header-center{flex-direction:column;align-items:center;font-family:Kalam,cursive;display:flex}.board-date{color:#3a2f28;font-size:1.05rem;font-weight:700}.board-count{color:#8a7a6a;font-size:.8rem}.board-header-right{align-items:center;gap:10px;display:flex}.me-chip{color:#4a3d33;border:2px solid #eee;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:.85rem;font-weight:700;display:flex}.me-dot{border-radius:50%;width:10px;height:10px;display:inline-block}.corkboard{background-color:#c9975f;background-image:radial-gradient(#0000001a 1px,#0000 1.4px),radial-gradient(#ffffff0f 1px,#0000 1.4px);background-position:0 0,12px 12px;background-size:24px 24px,24px 24px;flex:1;min-height:calc(100vh - 70px);position:relative;overflow:auto}.board-loading,.board-empty{text-align:center;color:#ffffffd9;background:#00000026;border-radius:14px;max-width:320px;padding:16px 22px;font-family:Kalam,cursive;font-size:1.15rem;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}.sticky-note{cursor:default;-webkit-user-select:none;user-select:none;border-radius:3px;width:190px;min-height:150px;padding:12px 12px 40px;font-family:Kalam,cursive;transition:box-shadow .15s;position:absolute;box-shadow:0 10px 18px #00000040,0 2px 4px #00000026}.sticky-note.is-owner .note-drag-handle{cursor:grab}.sticky-note:hover{z-index:15;box-shadow:0 14px 26px #0000004d,0 3px 6px #0000002e}.note-drag-handle{align-items:center;gap:6px;margin-bottom:8px;display:flex}.note-pin{border-radius:50%;flex-shrink:0;width:12px;height:12px;box-shadow:0 2px 3px #0000004d}.note-author{color:#0000008c;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:700;overflow:hidden}.note-content{color:#000c;word-break:break-word;white-space:pre-wrap;margin:0;font-size:1.02rem;line-height:1.35}.sticky-note.is-owner .note-content{cursor:text}.note-textarea{resize:none;background:#ffffff59;border:none;border-radius:4px;outline:none;width:100%;min-height:80px;padding:6px;font-family:inherit;font-size:1rem}.note-toolbar{gap:6px;display:flex;position:absolute;bottom:8px;right:8px}.note-btn{cursor:pointer;background:#ffffff80;border:none;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:.8rem;display:flex;box-shadow:0 1px 3px #0003}.note-delete-btn{color:#a83232}.color-picker{background:#fff;border-radius:10px;gap:6px;padding:8px;display:flex;position:absolute;bottom:34px;right:0;box-shadow:0 6px 16px #00000040}.color-swatch{cursor:pointer;border:1px solid #0000001a;border-radius:50%;width:20px;height:20px}.fab{color:#fff;cursor:pointer;z-index:30;background:#e0793c;border:none;border-radius:50%;width:60px;height:60px;font-size:2rem;line-height:1;transition:transform .15s;position:fixed;bottom:30px;right:30px;box-shadow:0 10px 22px #e0793c73}.fab:hover{transform:scale(1.06)rotate(90deg)}.composer-overlay{z-index:40;background:#1e140a73;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.composer-card{border-radius:6px;width:100%;max-width:300px;padding:18px;transform:rotate(-1deg);box-shadow:0 24px 50px #00000059}.composer-card textarea{resize:none;background:#fff6;border:none;border-radius:6px;outline:none;width:100%;min-height:130px;padding:10px;font-family:Kalam,cursive;font-size:1.05rem}.composer-actions{justify-content:flex-end;gap:8px;margin-top:12px;display:flex}@media (width<=640px){.board-header{flex-direction:column;align-items:flex-start}.board-header-right{justify-content:space-between;width:100%}.sticky-note{width:160px}}
