:root{color-scheme:light dark;--bg: #0b1220;--text: rgba(255, 255, 255, .92);--text-muted: rgba(255, 255, 255, .72);--text-faint: rgba(255, 255, 255, .6);--surface: rgba(255, 255, 255, .04);--surface-strong: rgba(255, 255, 255, .08);--border: rgba(255, 255, 255, .14);--border-strong: rgba(255, 255, 255, .22);--primary: #ff8a1d;--primaryText: #0b1220;--primaryBorder: rgba(255, 138, 29, .55);--primaryShadow: 0 12px 30px rgba(255, 138, 29, .22);--primaryBorderHover: rgba(255, 138, 29, .78);--secondary: rgba(59, 130, 246, .12);--secondaryText: #bfdbfe;--secondaryBorder: rgba(59, 130, 246, .32);--link: #ff8a1d;--linkHover: #ffb066;--heroText: rgba(255, 255, 255, .92);--heroTextMuted: rgba(255, 255, 255, .76);--heroMeta: rgba(255, 255, 255, .68);--heroWelcome: rgba(255, 255, 255, .94);--heroWelcomeName: rgba(255, 255, 255, .98);--headerBg: hsl(0, 0%, 55%);--headerText: rgba(255, 255, 255, .96);--footerBg: hsl(0, 0%, 20%);--footerText: rgba(255, 255, 255, .92);--dropdownBg: rgba(255, 255, 255, .98);--dropdownText: rgba(17, 24, 39, 1);--dropdownHoverBg: rgba(243, 243, 243, 1);--dropdownItemHoverBg: rgba(243, 243, 243, 1);--headerAuthBorder: rgba(255, 255, 255, 1);--badgeBg: rgba(255, 138, 29, .15);--badgeBorder: rgba(255, 138, 29, .35);--badgeText: #ffb07a;--badgeAccentBg: rgba(59, 130, 246, .12);--badgeAccentBorder: rgba(59, 130, 246, .32);--badgeAccentText: #c6d6ff}@media (prefers-color-scheme: light){:root{--bg: #eef2ff;--text: rgba(17, 24, 39, .92);--text-muted: rgba(17, 24, 39, .72);--text-faint: rgba(17, 24, 39, .6);--surface: rgba(255, 255, 255, .75);--surface-strong: rgba(255, 255, 255, .92);--border: rgba(17, 24, 39, .14);--border-strong: rgba(17, 24, 39, .22);--primary: #da6a00;--primaryText: #121212;--primaryBorder: rgba(218, 106, 0, .55);--primaryShadow: 0 12px 30px rgba(218, 106, 0, .2);--primaryBorderHover: rgba(218, 106, 0, .78);--secondary: rgba(37, 99, 235, .1);--secondaryText: #1d4ed8;--secondaryBorder: rgba(37, 99, 235, .35);--link: #da6a00;--linkHover: #d27b3d;--heroText: rgba(17, 24, 39, .95);--heroTextMuted: rgba(17, 24, 39, .76);--heroMeta: rgba(17, 24, 39, .68);--heroWelcome: rgba(17, 24, 39, .94);--heroWelcomeName: rgba(17, 24, 39, .98);--headerBg: rgba(17, 24, 39, .08);--headerText: rgba(17, 24, 39, .96);--footerBg: rgba(17, 24, 39, .06);--footerText: rgba(17, 24, 39, .92);--dropdownBg: rgba(255, 255, 255, .98);--dropdownText: rgba(17, 24, 39, 1);--dropdownHoverBg: rgba(17, 24, 39, .06);--dropdownItemHoverBg: rgba(17, 24, 39, .06);--headerAuthBorder: rgba(17, 24, 39, .65);--badgeBg: rgba(218, 106, 0, .15);--badgeBorder: rgba(218, 106, 0, .35);--badgeText: #ffb07a;--badgeAccentBg: rgba(37, 99, 235, .12);--badgeAccentBorder: rgba(37, 99, 235, .32);--badgeAccentText: #c6d6ff}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 16px;border-radius:12px;text-decoration:none;font-weight:700;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease,border-color .15s ease;border:1px solid var(--border);-webkit-user-select:none;user-select:none;cursor:pointer}.btnWide{width:100%}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:var(--text);background-color:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:var(--link);text-decoration:inherit}a:hover{color:var(--linkHover)}html,body{margin:0;padding:0;width:100%;min-width:320px;min-height:100vh}body{display:block}#root{width:100%;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid var(--border);padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--surface);cursor:pointer;transition:border-color .25s,background-color .25s}button:hover{border-color:var(--border-strong)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}#root{width:100%}.home{width:100%;padding-bottom:28px}.hero{position:relative;overflow:hidden;border-radius:24px;padding:48px 28px;border:1px solid rgba(255,255,255,.12);background:radial-gradient(900px circle at 10% 10%,rgba(218,106,0,.25),transparent 55%),radial-gradient(700px circle at 90% 20%,rgba(100,100,255,.2),transparent 55%),linear-gradient(180deg,#ffffff0f,#ffffff05)}.heroBg{position:absolute;inset:-2px;background:radial-gradient(800px circle at 20% -10%,rgba(255,255,255,.12),transparent 60%),radial-gradient(600px circle at 110% 0%,rgba(218,106,0,.18),transparent 55%),radial-gradient(550px circle at -10% 60%,rgba(100,100,255,.16),transparent 50%);filter:blur(10px);opacity:.7;pointer-events:none}.heroInner{position:relative;display:grid;grid-template-columns:1.25fr .75fr;gap:24px;align-items:center}.heroCopy{display:flex;flex-direction:column}.heroKicker{display:inline-flex;align-items:center;gap:10px;color:var(--heroTextMuted);font-weight:700;letter-spacing:.02em;margin-bottom:12px;font-size:.95rem}.heroTitle{margin:0;font-size:3rem;line-height:1.05;letter-spacing:-.03em;color:var(--heroText)}.heroSubtitle{margin:14px 0 0;color:var(--heroTextMuted);max-width:60ch;line-height:1.6}.heroActions{margin-top:22px;display:flex;flex-direction:column;gap:10px}.heroMeta{margin:0;color:var(--heroMeta);font-size:.95rem}.heroWelcome{font-weight:700;color:var(--heroWelcome)}.heroWelcomeName{color:var(--heroWelcomeName)}.heroButtons{display:flex;gap:12px;flex-wrap:wrap;margin-top:6px}.heroLoading{color:var(--heroTextMuted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 16px;border-radius:12px;text-decoration:none;font-weight:700;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease,border-color .15s ease;border:1px solid var(--border);-webkit-user-select:none;user-select:none}.btnWide{width:80%}.btnPrimary{background:var(--primary);border-color:var(--primaryBorder);color:var(--primaryText);box-shadow:var(--primaryShadow)}.btnSecondary{background:var(--secondary);color:var(--secondaryText);border-color:var(--secondaryBorder)}.btn:hover{transform:translateY(-1px);box-shadow:0 14px 35px #00000040;border-color:var(--border-strong)}.btnPrimary:hover{border-color:var(--primaryBorderHover)}.heroHighlights{display:grid;grid-template-columns:1fr;gap:12px}.highlightCard{border-radius:16px;padding:16px;border:1px solid rgba(255,255,255,.1);background:#0000002e}.highlightValue{font-size:1.15rem;font-weight:800;margin-bottom:4px;letter-spacing:-.01em}.highlightLabel{color:#ffffffb8;font-weight:600;font-size:.95rem}.productSection{margin-top:26px}.productHeader{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:18px}.productTitle{margin:0;font-size:1.4rem;letter-spacing:-.01em}.productSubtitle{margin:0;color:#111827f2;line-height:1.5;max-width:60ch;font-weight:600}.productGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.appCard{border-radius:18px;padding:22px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.appCard:hover{transform:translateY(-3px);box-shadow:0 24px 50px #00000059;border-color:#ffffff2e}.appCardTop{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.appCardTitle{margin:0;font-size:1.25rem;letter-spacing:-.01em}.appCardDesc{margin:10px 0 0;color:#111827f2;line-height:1.65}.badge{display:inline-flex;align-items:center;padding:7px 12px;border-radius:999px;font-size:.82rem;font-weight:800;background:var(--badgeBg);border:1px solid var(--badgeBorder);color:var(--badgeText);white-space:nowrap}.badgeAccent{background:var(--badgeAccentBg);border-color:var(--badgeAccentBorder);color:var(--badgeAccentText)}.appCardBottom{margin-top:18px}.homeFootnote{margin-top:22px;text-align:center;color:#111827f2;font-weight:600}.homeFootnoteText{margin:0}@media (max-width: 900px){.heroInner{grid-template-columns:1fr}.heroHighlights{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 760px){.hero{padding:40px 18px}.heroTitle{font-size:2.3rem}.productHeader{flex-direction:column;align-items:flex-start}.productGrid,.heroHighlights{grid-template-columns:1fr}}@media (prefers-color-scheme: dark){.homeFootnote{margin-top:22px;text-align:center;color:#ffffffeb;font-weight:600}.appCardDesc{margin:10px 0 0;color:#ffffffeb;line-height:1.65}.productSubtitle{margin:0;color:#ffffffeb;line-height:1.5;max-width:60ch;font-weight:600}}.dashboard{padding:2rem;font-family:sans-serif;text-align:left}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-top:2rem}.dashboard-clock-card{margin-top:2rem;margin-bottom:1rem;padding:1.5rem 2rem;border-radius:16px;border:1px solid var(--border);background:var(--surface-strong);display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}.clock-time{font-size:2.8rem;font-weight:600;letter-spacing:.06em}.clock-date{font-size:1.3rem;font-weight:500}.clock-month{font-weight:400}.clock-timezone{margin-top:.2rem;font-size:.95rem;color:var(--text-muted)}.dashboard-card{border:1px solid var(--border);border-radius:12px;padding:1rem;background:var(--surface-strong);color:inherit}.dashboard-card h3{margin-top:0;margin-bottom:.5rem}.dashboard-card-body{display:flex;flex-direction:column;gap:.2rem}.dashboard-row{display:flex}.dashboard-label{min-width:7em;text-align:right;padding-right:.6em;color:var(--text-muted)}@media (prefers-color-scheme: dark){.dashboard{color:var(--text)}.dashboard-clock-card,.dashboard-card{background:var(--surface-strong);border-color:var(--border)}.dashboard-label{color:var(--text-muted)}}.header{width:100%;background-color:var(--headerBg);color:var(--headerText);box-shadow:0 2px 4px #cecece1a;position:sticky;top:0;z-index:1000}.header-container{max-width:100%;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;min-height:60px;gap:20px}.waffle-menu{position:relative;display:flex;align-items:center}.waffle-button{width:32px;height:32px;border-radius:4px;border:none;background:transparent;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center}.waffle-button:hover{background-color:#ffffff1f}.waffle-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2px;width:18px;height:18px}.waffle-dot{width:4px;height:4px;border-radius:50%;background-color:#fff}.waffle-dropdown{position:absolute;top:120%;left:0;background-color:var(--dropdownBg);color:var(--dropdownText);min-width:190px;border-radius:6px;box-shadow:0 4px 10px #00000026;padding:8px 0;z-index:20}.waffle-dropdown-header{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:4px 12px 8px;opacity:.7}.waffle-dropdown-item{display:block;padding:8px 12px;text-decoration:none;color:var(--dropdownText);font-size:.9rem}.waffle-dropdown-item:hover{background-color:var(--dropdownItemHoverBg)}.header-brand{flex-shrink:0}.header-logo{width:200px;height:auto;display:block}.header-title{margin:0;font-size:1.5rem;font-weight:600;color:var(--headerText)}.hamburger-menu{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:10}.hamburger-line{width:100%;height:3px;background-color:var(--headerText);border-radius:2px;transition:all .3s ease}.hamburger-line.open:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.header-nav{display:flex;gap:20px;align-items:center;flex:1;justify-content:center}.nav-link{color:var(--headerText);text-decoration:none;padding:8px 16px;border-radius:4px;transition:background-color .2s}.nav-link:hover{background-color:#ffffff1a}.header-auth{flex-shrink:0}.auth-button{padding:8px 16px;border:1px solid var(--headerAuthBorder);background-color:transparent;color:var(--headerText);border-radius:4px;cursor:pointer;font-size:.9rem;transition:all .2s}.auth-button:hover{background-color:var(--dropdownBg);color:var(--dropdownText)}.user-profile{display:flex;align-items:center;gap:15px}.user-info{display:flex;flex-direction:column;align-items:flex-end}.user-name{font-weight:600;font-size:.9rem}.user-email{font-size:.75rem;opacity:.9}@media (max-width: 768px){.hamburger-menu{display:flex}.header-logo{width:100px}.header-nav{position:absolute;top:100%;left:0;right:0;background-color:var(--headerBg);flex-direction:column;padding:20px;gap:10px;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;box-shadow:0 4px 6px #0000001a}.header-nav.open{transform:translateY(0);opacity:1;visibility:visible}.nav-link{width:100%;text-align:center;padding:12px}.user-info{display:none}.header-title{font-size:1.2rem}}@media (max-width: 480px){.header-container{padding:0 15px}.header-title{font-size:1rem}}.footer{width:100%;background-color:var(--footerBg);color:var(--footerText);margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:40px 20px 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-bottom:30px}.footer-section{display:flex;flex-direction:column}.footer-title{margin:0 0 10px;font-size:1.5rem;font-weight:600}.footer-title-version{white-space:pre;font-size:.7rem}.footer-heading{margin:0 0 15px;font-size:1.1rem;font-weight:600}.footer-text{margin:5px 0;font-size:.9rem;opacity:.9;line-height:1.6}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:10px}.footer-link{color:var(--footerText);text-decoration:none;font-size:.9rem;opacity:.9;transition:opacity .2s}.footer-link:hover{opacity:1;text-decoration:underline}.footer-bottom{border-top:1px solid var(--border);padding-top:20px;text-align:center}.footer-copyright{margin:0;font-size:.85rem;opacity:.8}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:20px}.footer-container{padding:30px 15px 15px}}.layout{display:flex;flex-direction:column;min-height:100vh;width:100%}.main-content{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:20px;box-sizing:border-box}@media (max-width: 768px){.main-content{padding:15px}}.example-page{max-width:800px;margin:0 auto}.example-page h1{color:var(--text);margin-bottom:20px}.example-page h2{color:var(--text-muted);margin-top:30px;margin-bottom:15px}.content-section{background-color:var(--surface);padding:20px;border-radius:8px;margin-bottom:20px;text-align:left;border:1px solid var(--border)}.content-section ul{line-height:1.8}.content-section li{margin-bottom:8px}.demo-box{background-color:var(--secondary);border-left:4px solid var(--secondaryBorder);padding:20px;border-radius:4px;margin-top:30px;text-align:left}.demo-box h3{margin-top:0;color:var(--secondaryText)}.demo-box p{margin:10px 0;color:var(--text-muted)}.save-button{flex:1;background-color:var(--primary);color:var(--primaryText);border:1px solid var(--primaryBorder);padding:.75rem 1.5rem;font-size:1rem;font-weight:700;cursor:pointer;transition:border-color .25s,box-shadow .25s,background-color .25s;border-radius:12px;box-shadow:var(--primaryShadow)}.user-settings{max-width:600px;margin:2rem auto;padding:2rem;background-color:var(--surface);border-radius:12px;box-shadow:0 4px 6px #0000001a}.user-settings h2{margin-top:0;margin-bottom:.5rem;color:var(--text)}.user-description{margin-bottom:1.5rem;color:var(--text-muted)}.edit-button{margin-bottom:1.5rem}.user-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:var(--text);font-size:.95rem}.form-group input,.form-group select{padding:.75rem;border:1px solid var(--border);border-radius:6px;background-color:var(--surface-strong);color:var(--text);font-size:1rem;font-family:inherit;transition:border-color .25s,background-color .25s}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--primaryBorderHover);background-color:var(--surface-strong)}.form-group input::placeholder{color:var(--text-faint)}.form-value{padding:.75rem;background-color:var(--surface);border:1px solid var(--border);border-radius:6px;color:var(--text-muted);min-height:1.5rem}.form-actions{display:flex;gap:1rem;margin-top:1rem;padding-top:1.5rem;border-top:1px solid var(--border)}.save-button,.cancel-button{flex:1}
