:root{--bg: linear-gradient( 135deg, #f5efe6, #ebe2d3 );--text:#111111;--card: rgba(255,255,255,.55);--border: rgba(0,0,0,.08);--input: rgba(255,255,255,.7);--shadow: 0 10px 40px rgba(0,0,0,.08);--button:#111111;--buttonText:#ffffff;--muted:#6b7280}html.dark{--bg: linear-gradient( 135deg, #0f0f0f, #1b1b1b );--text:#f5f5f5;--card: rgba(28,28,28,.75);--border: rgba(255,255,255,.08);--input: rgba(255,255,255,.04);--shadow: 0 10px 40px rgba(0,0,0,.45);--button:#f3e6d2;--buttonText:#111111;--muted:#9ca3af}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%}body{font-family:Inter,sans-serif;background:var(--bg);color:var(--text);transition:background .3s ease,color .3s ease;overflow:hidden}.container{width:100%;height:100vh;padding:30px;display:flex;flex-direction:column}.topbar{width:100%;display:flex;justify-content:flex-end;margin-bottom:30px}.theme-switch{position:relative;width:80px;height:42px}.theme-switch input{display:none}.slider{position:absolute;inset:0;background:#111;border-radius:999px;cursor:pointer;transition:.3s}html.dark .slider{background:#f3e6d2}.slider:before{content:"🌙";position:absolute;width:34px;height:34px;left:4px;top:4px;border-radius:50%;background:#f3e6d2;display:flex;align-items:center;justify-content:center;font-size:16px;transition:.3s}html.dark .slider:before{transform:translate(38px);content:"☀️";background:#111}.hero{margin-bottom:34px;flex-shrink:0}.logo{width:80px;height:80px;border-radius:50%;background:#111;color:#fff;display:flex;align-items:center;justify-content:center;font-size:32px;margin-bottom:24px;box-shadow:var(--shadow)}html.dark .logo{background:#f3e6d2;color:#111}.title{font-size:64px;font-weight:800;line-height:1.1;letter-spacing:-2px;margin-bottom:14px}.subtitle{font-size:20px;color:var(--muted)}.main-grid{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:32px;min-height:0}.form-section{height:100%;position:sticky;top:0}.form-card,.message-card,.empty-state{background:var(--card);border:1px solid var(--border);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-radius:28px;padding:28px;box-shadow:var(--shadow)}.form-card{height:100%}input,textarea{width:100%;border:none;outline:none;background:var(--input);border:1px solid var(--border);color:var(--text);padding:18px 20px;border-radius:18px;margin-top:16px;font-size:16px;transition:.25s ease}input:focus,textarea:focus{transform:scale(1.01);border-color:#111}html.dark input:focus,html.dark textarea:focus{border-color:#f3e6d2}textarea{min-height:260px;resize:none;line-height:1.8}.counter{margin-top:12px;text-align:right;color:var(--muted);font-size:14px}button{width:100%;margin-top:24px;border:none;background:var(--button);color:var(--buttonText);padding:18px;border-radius:18px;font-size:18px;font-weight:600;cursor:pointer;transition:.25s ease}button:hover{transform:translateY(-2px)}button:disabled{opacity:.7}.feedback-column{display:flex;flex-direction:column;gap:22px;overflow-y:auto;height:100%;padding-right:10px}.feedback-column::-webkit-scrollbar{width:8px}.feedback-column::-webkit-scrollbar-track{background:transparent}.feedback-column::-webkit-scrollbar-thumb{background:#78787866;border-radius:999px}.message-card{display:flex;gap:18px;align-items:flex-start;flex-shrink:0}.avatar{width:58px;height:58px;border-radius:50%;background:#eadcc5;color:#5b4520;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;flex-shrink:0}html.dark .avatar{background:#6e5330;color:#fff2dd}.message-content{flex:1}.message-header{display:flex;justify-content:space-between;gap:20px;margin-bottom:10px}.message-name{font-size:22px;font-weight:700}.message-date{font-size:14px;color:var(--muted)}.message-text{line-height:1.8;font-size:16px}.toast{position:fixed;top:20px;right:20px;background:#111;color:#fff;padding:16px 22px;border-radius:18px;z-index:999;box-shadow:var(--shadow)}html.dark .toast{background:#f3e6d2;color:#111}.empty-state{text-align:center;padding:60px 30px}.empty-state h2{font-size:34px;margin-bottom:12px}.empty-state p{color:var(--muted);font-size:18px}@media(max-width:1100px){body{overflow:auto}.container{height:auto}.main-grid{grid-template-columns:1fr}.title{font-size:48px}.feedback-column{overflow:visible;height:auto}.form-section{position:relative}}@media(max-width:640px){.container{padding:20px}.title{font-size:38px}.message-header{flex-direction:column;gap:8px}.message-card{flex-direction:column}}
