:root{color:#3d3729;background:#fffdf6;font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #3d3729;--muted: #756e5c;--accent: #f3c451;--accent-dark: #9a6200;--accent-soft: #fff2bd;--line: #eadfbe;--paper: rgba(255, 254, 248, .9);--shadow: 0 22px 54px rgba(111, 83, 22, .1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 10% 12%,#ffefb6 0,transparent 25%),radial-gradient(circle at 88% 18%,#fff5d2 0,transparent 30%),#fffdf6}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit}[hidden]{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.clipboard-helper{position:fixed;top:-1000px;left:-1000px;opacity:0}.site-header{max-width:1160px;height:84px;margin:0 auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between}.brand{text-decoration:none;font-size:21px;letter-spacing:1px}.brand b{color:var(--ink)}.brand span{color:var(--accent-dark)}.header-actions{display:flex;align-items:center;gap:18px}.integration-download{color:var(--muted);font-size:12px;text-underline-offset:4px;transition:color .16s ease}.integration-download:hover{color:var(--accent-dark)}.integration-download:focus-visible{border-radius:4px;outline:2px solid var(--accent);outline-offset:4px}.header-badge{border:1px solid var(--line);border-radius:999px;padding:8px 14px;color:var(--muted);font-size:12px;background:#ffffff8f}.toast{position:fixed;z-index:20;left:50%;bottom:30px;padding:11px 18px;border-radius:999px;color:#fffdf6;background:#4b4028;box-shadow:0 12px 28px #41300f38;transform:translate(-50%,20px);opacity:0;pointer-events:none;transition:.18s ease}.toast--visible{transform:translate(-50%);opacity:1}main{max-width:1080px;margin:0 auto;padding:18px 28px 80px}.hero{min-height:288px;display:flex;align-items:center;justify-content:center;text-align:center}.hero-copy{width:100%;max-width:780px;padding:18px 0 24px}.eyebrow{display:inline-block;margin-bottom:16px;color:var(--accent-dark);font-size:12px;font-weight:800;letter-spacing:2.4px}.hero h1{margin:0;color:var(--ink);font-family:Georgia,"Noto Serif SC",serif;font-size:clamp(46px,6.5vw,72px);line-height:1.08;letter-spacing:-3px}.hero h1 em{display:block;color:var(--accent-dark);font-style:normal}.hero-copy>p{max-width:560px;margin:20px auto 0;color:var(--muted);font-size:16px;line-height:1.8}.feature-row{margin-top:24px;display:flex;justify-content:center;color:#655d49;font-size:13px}.feature-row span+span{margin-left:24px}.shortener,.history{position:relative;margin-top:28px;padding:34px;overflow:hidden;border:1px solid rgba(232,218,178,.92);border-radius:28px;background:var(--paper);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.shortener:after{content:"";position:absolute;width:150px;height:150px;right:-60px;top:-70px;border-radius:50%;background:var(--accent-soft);opacity:.7;pointer-events:none}.section-heading{display:flex;align-items:center}.section-heading>span{width:42px;height:42px;margin-right:14px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;color:#5c410b;background:linear-gradient(135deg,#f7d878,var(--accent));font-size:12px;font-weight:800}.section-heading h2{margin:0;font-size:22px}.section-heading p{margin:5px 0 0;color:var(--muted);font-size:12px}footer{max-width:1160px;margin:0 auto;padding:28px;display:flex;align-items:center;justify-content:space-between;color:var(--muted);border-top:1px solid var(--line);font-size:12px}footer span{color:var(--accent-dark);font-weight:900;letter-spacing:2px}footer p{margin:0}.shorten-form{position:relative;z-index:1;margin-top:28px;display:flex}.shorten-form input{width:100%;height:62px;padding:0 188px 0 20px;border:1px solid var(--line);border-radius:18px;outline:none;color:var(--ink);background:#fffefa;box-shadow:inset 0 2px 4px #63481208;transition:border-color .16s,box-shadow .16s}.shorten-form input::placeholder{color:#aea58e}.shorten-form input:focus{border-color:#d9aa3d;box-shadow:0 0 0 4px #f3c4512e}.primary-button{position:absolute;top:7px;right:7px;height:48px;min-width:164px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border:0;border-radius:13px;color:#513806;background:linear-gradient(135deg,#f8d778,var(--accent));box-shadow:0 8px 18px #b5831833;font-weight:800}.primary-button:hover{filter:brightness(1.04)}.primary-button:disabled{cursor:wait;filter:grayscale(.2);opacity:.7}.primary-button i{margin-left:12px;font-size:19px;font-style:normal}.form-status{min-height:20px;margin:10px 4px 0;color:#a15327;font-size:13px}.result-card{position:relative;z-index:1;margin-top:12px;padding:22px;display:flex;align-items:center;justify-content:space-between;border:1px solid #ead9a9;border-radius:18px;background:linear-gradient(120deg,#fffdf5,#fff5d3)}.result-card>div{min-width:0}.result-card span{display:block;margin-bottom:6px;color:var(--muted);font-size:11px}.result-card a{display:block;color:var(--accent-dark);font-size:22px;font-weight:800;text-decoration:none}.result-card p{max-width:680px;margin:7px 0 0;overflow:hidden;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.copy-button{min-width:112px;height:42px;margin-left:20px;border:1px solid #dfca8e;border-radius:12px;color:#735315;background:#fffefa;font-weight:700}.copy-button:hover{border-color:var(--accent);color:var(--accent-dark)}.history-heading{display:flex;align-items:center;justify-content:space-between}.text-button{padding:8px 2px;border:0;color:var(--muted);background:transparent;font-size:12px}.text-button:hover{color:var(--accent-dark)}.empty-state{padding:58px 20px 42px;text-align:center;color:var(--muted)}.empty-state b{color:#e4b84c;font-size:30px}.empty-state p{margin:10px 0 6px;color:var(--ink);font-weight:700}.empty-state span{font-size:12px}.history-list{margin:24px 0 0;padding:0;list-style:none}.history-item{padding:18px 4px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #eee5cb}.history-item:first-child{border-top:0}.history-main{min-width:0}.history-main a{color:#6f5318;font-size:16px;font-weight:800;text-decoration:none}.history-main a:hover{color:var(--accent-dark)}.history-main p{max-width:760px;margin:6px 0 5px;overflow:hidden;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.history-main time{color:#a99e82;font-size:11px}.history-actions{margin-left:20px;display:flex}.history-actions button{height:34px;padding:0 13px;border:1px solid var(--line);border-radius:10px;background:#fff;font-size:12px}.history-actions button+button{margin-left:8px}.mini-copy{color:#6f591f}.mini-delete{color:#96745e}.mini-copy:hover{border-color:#d6aa43}.mini-delete:hover{border-color:#d8a184;color:#9d4f27}@media(max-width:820px){.site-header{height:70px;padding:0 20px}main{padding:12px 20px 60px}.hero{min-height:auto;padding:34px 0 22px}.hero-copy{width:100%;text-align:center}.hero h1{font-size:clamp(45px,13vw,68px);letter-spacing:-2px}.hero-copy>p{margin-right:auto;margin-left:auto;font-size:15px}.feature-row{justify-content:center}.shortener,.history{margin-top:28px;padding:24px;border-radius:22px}.history-main p{max-width:480px}}@media(max-width:520px){.header-badge{display:none}.site-header{padding:0 16px}main{padding:2px 14px 50px}.hero{padding:30px 0 18px}.hero h1{font-size:clamp(42px,12vw,56px);letter-spacing:-1.5px}.eyebrow{margin-bottom:14px;font-size:10px}.hero-copy>p{margin-top:18px;line-height:1.65}.feature-row{flex-wrap:wrap;margin-top:22px;font-size:11px}.feature-row span{margin:4px 8px!important}.shortener,.history{padding:20px 16px}.section-heading>span{width:38px;height:38px;margin-right:11px}.section-heading h2{font-size:19px}.shorten-form{display:block}.shorten-form input{height:54px;padding:0 14px;border-radius:14px}.primary-button{position:static;width:100%;height:50px;margin-top:10px;border-radius:14px}.result-card{align-items:stretch;flex-direction:column}.result-card a{font-size:19px}.copy-button{width:100%;margin:16px 0 0}.history-heading{align-items:flex-end}.history-item{align-items:stretch;flex-direction:column}.history-main p{max-width:100%}.history-actions{margin:14px 0 0}.history-actions button{flex:1}footer{padding:22px 16px}footer p{max-width:180px;text-align:right}}
