#timerPage{margin:0;padding:0;background:#f3f1ec;color:#151510;font-family:Arial,Helvetica,sans-serif}#timerPage,#timerPage *{box-sizing:border-box}#timerPage{min-height:100%;overflow:hidden}#timerPage .wrap{max-width:1440px;margin:0 auto;padding:0 40px}#timerPage h1,#timerPage h2,#timerPage h3,#timerPage h4{font-family:Georgia,Times New Roman,serif;font-weight:400;letter-spacing:-.045em}#timerPage .eyebrow{font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:800;color:#77736c;margin-bottom:24px}#timerPage .hero{padding:105px 0 72px}#timerPage .hero h1{font-size:clamp(66px,8vw,126px);line-height:.88;margin:0;max-width:1220px}#timerPage .hero-grid{display:grid;grid-template-columns:1fr .9fr;gap:60px;align-items:end;margin-top:48px}#timerPage .hero-copy{font-size:18px;line-height:1.6;max-width:690px;color:#514d47}#timerPage .hero-side{font-family:Georgia,Times New Roman,serif;font-size:30px;line-height:1.2;text-align:right;max-width:520px;margin-left:auto}#timerPage .actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:28px}#timerPage .btn{border:1px solid #bbb7ae;background:transparent;color:inherit;border-radius:999px;padding:13px 20px;font-size:11px;letter-spacing:.1em;font-weight:800;text-transform:uppercase;cursor:pointer}#timerPage .btn.dark{background:#151510;color:#fff;border-color:#151510}#timerPage .shell{margin-top:76px;background:#e9e4da;border:1px solid #d1cdc4;border-radius:30px;padding:12px;box-shadow:0 28px 70px rgba(0,0,0,.09)}#timerPage .product-shell{background:#f8f7f3;border:1px solid #dedbd4;border-radius:22px;overflow:hidden}#timerPage .top{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid #dedbd4}#timerPage .dots{display:flex;gap:7px}#timerPage .dots i{width:8px;height:8px;border-radius:50%;background:#c7c2b8;display:block}#timerPage .tag{display:inline-flex;width:max-content;border:1px solid #cbc7be;border-radius:999px;padding:7px 10px;font-size:9px;letter-spacing:.1em;text-transform:uppercase;font-weight:800}#timerPage .app{display:grid;grid-template-columns:225px 1fr;min-height:760px}#timerPage .sidebar{border-right:1px solid #dedbd4;padding:22px;background:#f1eee8}#timerPage .side-label{font-size:9px;letter-spacing:.15em;text-transform:uppercase;font-weight:800;color:#817d75;margin-bottom:14px}#timerPage .navitem{padding:12px 14px;border-radius:12px;font-size:12px;margin-bottom:5px;color:#5f5a53}#timerPage .navitem.active{background:#fff;font-weight:800;color:#151510}#timerPage .main{padding:28px;min-width:0}#timerPage .main-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px}#timerPage .main-title{font-family:Georgia,Times New Roman,serif;font-size:44px;line-height:1;margin-top:8px}#timerPage .summary{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:12px}#timerPage .stat{background:#fff;border:1px solid #dedbd4;border-radius:16px;padding:16px}#timerPage .stat small{font-size:9px;text-transform:uppercase;letter-spacing:.13em;font-weight:800;color:#817d75}#timerPage .stat strong{display:block;font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:400;margin-top:8px}#timerPage .timer-card{background:#151510;color:#fff;border-radius:22px;padding:26px;margin-bottom:12px}#timerPage .timer-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:20px;align-items:end}#timerPage .timer-left .side-label{color:#bfbab1}#timerPage .timer-display{font-family:Georgia,Times New Roman,serif;font-size:72px;line-height:.9;letter-spacing:-.04em;margin:10px 0 8px}#timerPage .earned-live{font-size:13px;color:#c9c4bb}#timerPage .earned-live strong{color:#fff}#timerPage .timer-form{display:grid;grid-template-columns:1.6fr .6fr auto;gap:8px;margin-top:22px}#timerPage .timer-form input{border:1px solid #4a4a44;background:#22221e;color:#fff;border-radius:12px;padding:13px 14px;font:inherit;font-size:12px;min-width:0}#timerPage .timer-form input::placeholder{color:#8f8b83}#timerPage .timer-form button{border:none;border-radius:999px;background:#f5f2eb;color:#151510;padding:13px 16px;font-size:10px;text-transform:uppercase;font-weight:800;cursor:pointer}#timerPage .timer-form button.stop{background:#eadfda}#timerPage .rate-panel{background:#efe9df;color:#151510;border-radius:18px;padding:20px}#timerPage .rate-panel h3{font-size:30px;margin:8px 0 14px}#timerPage .rate-input{display:flex;gap:8px;align-items:center}#timerPage .rate-input span{font-size:18px;font-weight:700}#timerPage .rate-input input{width:120px;border:1px solid #cbc7be;border-radius:12px;background:#fff;padding:11px 12px;font:inherit;font-size:14px}#timerPage .rate-panel p{font-size:11px;line-height:1.5;color:#666159;margin:14px 0 0}#timerPage .entries{background:#fff;border:1px solid #dedbd4;border-radius:18px;overflow:hidden}#timerPage .entries-head{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid #ece8e0}#timerPage .entries-head h3{font-size:28px;margin:0}#timerPage .entry{display:grid;grid-template-columns:1.6fr .7fr .7fr .8fr auto;gap:12px;align-items:center;padding:15px 20px;border-bottom:1px solid #ece8e0}#timerPage .entry:last-child{border-bottom:none}#timerPage .entry strong{font-size:12px}#timerPage .entry .muted{font-size:10px;color:#77736c;margin-top:4px}#timerPage .entry-value{font-size:11px}#timerPage .entry-value b{display:block;font-size:12px}#timerPage .remove{border:1px solid #cbc7be;background:transparent;border-radius:999px;padding:7px 9px;font-size:8px;font-weight:800;cursor:pointer}#timerPage .section{padding:120px 0;border-top:1px solid #d9d6cf}#timerPage .section-head{display:grid;grid-template-columns:.7fr 1.3fr;gap:40px;align-items:start;margin-bottom:58px}#timerPage .section h2{font-size:clamp(52px,6.3vw,92px);line-height:.94;margin:0;max-width:980px}#timerPage .section-intro{font-size:17px;line-height:1.6;max-width:620px;color:#57534d;margin-top:18px}#timerPage .three{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}#timerPage .card{min-height:300px;border:1px solid #d3d0c8;border-radius:24px;padding:28px;background:#f8f7f3;display:grid;grid-template-rows:82px 1fr}#timerPage .card-num{font-family:Georgia,Times New Roman,serif;font-size:58px;line-height:1}#timerPage .card h3{font-size:31px;line-height:1.06;margin:0 0 12px;min-height:66px}#timerPage .card p{font-size:13px;line-height:1.55;color:#666159;margin:0}#timerPage .dual{display:grid;grid-template-columns:1fr 1fr;gap:14px}#timerPage .dual-card{border:1px solid #d3d0c8;border-radius:26px;padding:30px;background:#f8f7f3;min-height:360px}#timerPage .dual-card h3{font-size:38px;line-height:1;margin:10px 0 16px}#timerPage .dual-card p{font-size:14px;line-height:1.6;color:#666159;max-width:520px}#timerPage .mini-list{display:grid;gap:9px;margin-top:26px}#timerPage .mini-row{display:flex;justify-content:space-between;gap:14px;padding:13px 0;border-top:1px solid #e2ded5;font-size:12px}#timerPage .mini-row span{color:#77736c}#timerPage .connect{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}#timerPage .connect-card{background:#efe9df;border-radius:18px;padding:20px;min-height:180px}#timerPage .connect-card h4{font-size:25px;margin:28px 0 8px}#timerPage .connect-card p{font-size:12px;line-height:1.5;color:#68635c;margin:0}#timerPage .dark-band{background:#151510;color:#f7f5ef;padding:100px 0}#timerPage .dark-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:end}#timerPage .dark-band h2{font-size:clamp(58px,6.6vw,98px);line-height:.92;margin:0}#timerPage .dark-band p{font-size:17px;line-height:1.6;max-width:530px;color:#c9c4bb}#timerPage .final{padding:115px 0 125px;text-align:center}#timerPage .final h2{font-size:clamp(64px,8vw,116px);line-height:.9;margin:0 auto;max-width:1100px}#timerPage .final p{max-width:600px;margin:28px auto 0;font-size:17px;line-height:1.55;color:#605c55}#timerPage footer{padding:28px 0;border-top:1px solid #d9d6cf;font-size:11px;color:#77736c}@media(max-width:900px){#timerPage .wrap{padding:0 22px}#timerPage .dark-grid,#timerPage .dual,#timerPage .hero-grid,#timerPage .section-head,#timerPage .timer-grid{grid-template-columns:1fr}#timerPage .hero-side{text-align:left;margin:0}#timerPage .app{grid-template-columns:1fr}#timerPage .sidebar{display:none}#timerPage .summary{grid-template-columns:1fr 1fr}#timerPage .three{grid-template-columns:1fr}#timerPage .connect{grid-template-columns:1fr 1fr}#timerPage .timer-form{grid-template-columns:1fr}#timerPage .entry{grid-template-columns:1fr 1fr}}