@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{box-sizing:border-box}html{width:100%;overflow-x:hidden}body{color:#e2e8f0;font-synthesis:none;text-rendering:optimizelegibility;background:#0b1120;width:100%;min-width:320px;margin:0;font-family:Inter,sans-serif}#root{width:100%;min-height:100vh}button,input,textarea,select{font:inherit}.home{background:radial-gradient(circle at 50% -20%,#3b82f626,#0000 45%),#0b1120;min-height:100vh}.navbar{border-bottom:1px solid #94a3b81a}.navbar-inner{justify-content:space-between;align-items:center;gap:20px;width:100%;max-width:1180px;min-height:72px;margin:0 auto;padding:0 24px;display:flex}.logo{color:#f8fafc;white-space:nowrap;align-items:center;gap:10px;min-width:0;font-size:17px;font-weight:600;text-decoration:none;display:flex}.logo-mark{color:#fff;background:#2563eb;border-radius:8px;flex:0 0 32px;justify-content:center;align-items:center;width:32px;height:32px;font-weight:700;display:flex}.navbar-links{align-items:center;gap:20px;display:flex}.navbar-links a{color:#94a3b8;font-size:14px;text-decoration:none;transition:color .15s}.navbar-links a:hover{color:#f8fafc}.home-content{width:100%;max-width:960px;margin:0 auto;padding:80px 24px}.hero{text-align:center;width:100%;margin-bottom:50px}.hero-badge{color:#60a5fa;letter-spacing:.03em;background:#2563eb14;border:1px solid #3b82f640;border-radius:999px;max-width:100%;padding:6px 12px;font-size:12px;font-weight:600;display:inline-block}.hero h1{color:#f8fafc;letter-spacing:-.04em;overflow-wrap:break-word;margin:22px 0 14px;font-size:clamp(42px,7vw,68px);line-height:1.05}.hero h1 span{color:#60a5fa}.hero p{color:#94a3b8;max-width:600px;margin:0 auto;font-size:17px;line-height:1.6}.editor-card{background:#0f172acc;border:1px solid #94a3b81f;border-radius:16px;width:100%;padding:28px;box-shadow:0 20px 60px #00000040}.editor-header{margin-bottom:28px}.editor-header h2{color:#f8fafc;margin:0 0 6px;font-size:20px;line-height:1.3}.editor-header p{color:#64748b;margin:0;font-size:14px;line-height:1.5}.form-group{width:100%;margin-bottom:22px}.form-group label{color:#cbd5e1;margin-bottom:8px;font-size:13px;font-weight:600;display:block}input,select,textarea{color:#e2e8f0;background:#0f172a;border:1px solid #334155;border-radius:9px;outline:none;width:100%;max-width:100%;transition:border-color .15s,box-shadow .15s;display:block}input,select{height:44px;padding:0 13px;font-size:14px}textarea{resize:vertical;min-height:400px;padding:14px;font-family:JetBrains Mono,Fira Code,SFMono-Regular,Consolas,monospace;font-size:13px;line-height:1.6;overflow-x:auto}input::placeholder,textarea::placeholder{color:#475569}input:focus,select:focus,textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;width:100%;display:grid}.language-group,.expiration-group{min-width:0}.content-label{justify-content:space-between;align-items:center;gap:15px;min-width:0;display:flex}.content-label label{min-width:0}.content-label span{color:#475569;white-space:nowrap;flex:none;font-size:12px}.editor-footer{justify-content:space-between;align-items:center;gap:20px;width:100%;display:flex}.privacy-note{color:#64748b;min-width:0;font-size:12px;line-height:1.5}.create-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:9px;flex:none;min-height:44px;padding:0 24px;font-size:14px;font-weight:600;transition:background .15s,transform .15s}.create-button:hover{background:#3b82f6}.create-button:active{transform:translateY(1px)}@media (width<=768px){.navbar-inner{min-height:64px;padding:0 20px}.home-content{padding:60px 20px}.hero{margin-bottom:40px}.hero h1{font-size:clamp(38px,8vw,56px)}.hero p{font-size:16px}.editor-card{padding:24px}textarea{min-height:350px}}@media (width<=600px){.navbar-inner{padding:0 16px}.navbar-links{gap:10px}.navbar-links a{font-size:13px}.home-content{padding:45px 16px 50px}.hero{margin-bottom:32px}.hero-badge{font-size:11px}.hero h1{letter-spacing:-.035em;margin-top:18px;font-size:clamp(36px,11vw,48px)}.hero p{padding:0 8px;font-size:15px}.editor-card{border-radius:14px;padding:20px}.editor-header{margin-bottom:24px}.editor-header h2{font-size:19px}.editor-header p{font-size:13px}.form-row{grid-template-columns:1fr;gap:0}textarea{min-height:320px;font-size:13px}.editor-footer{flex-direction:column;align-items:stretch;gap:14px}.privacy-note{text-align:center}.create-button{width:100%;min-height:46px}}@media (width<=400px){.navbar-inner{min-height:60px;padding:0 12px}.logo{font-size:15px}.logo-img{width:50px;height:50px}.navbar-links a{font-size:12px}.home-content{padding:36px 12px 40px}.hero{margin-bottom:28px}.hero h1{font-size:36px;line-height:1.08}.hero p{font-size:14px}.editor-card{border-radius:12px;padding:16px}.editor-header{margin-bottom:20px}.editor-header h2{font-size:18px}input,select{height:46px;font-size:16px}textarea{min-height:280px;padding:12px;font-size:13px}.content-label{flex-direction:column;align-items:flex-start;gap:4px}.content-label span{font-size:11px}.form-group{margin-bottom:18px}}@media (width<=340px){.navbar-links{display:none}.home-content{padding-left:10px;padding-right:10px}.editor-card{padding:14px}.hero h1{font-size:33px}}.paste-view-container{width:100%;max-width:1100px;margin:0 auto;padding:70px 24px}.paste-view-header{justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:12px;display:flex}.paste-title-section{min-width:0}.paste-language{color:#60a5fa;text-transform:uppercase;letter-spacing:.05em;background:#3b82f61a;border-radius:6px;padding:5px 9px;font-size:11px;font-weight:600;display:inline-block}.paste-title-section h1{color:#f8fafc;overflow-wrap:anywhere;margin:12px 0 8px;font-size:clamp(28px,5vw,42px);line-height:1.15}.paste-title-section p{color:#64748b;margin:0;font-size:13px}.paste-title-section p span{color:#94a3b8;font-family:JetBrains Mono,Fira Code,monospace}.paste-actions{flex-shrink:0;gap:10px;display:flex}.action-btn{min-height:38px!important}.secondary-button,.primary-button{cursor:pointer;border-radius:8px;min-height:44px;padding:0 18px;font-size:13px;font-weight:600}.secondary-button{color:#cbd5e1;background:#1e293b;border:1px solid #334155}.secondary-button:hover{background:#334155}.primary-button{color:#fff;background:#2563eb;border:none}.primary-button:hover{background:#3b82f6}.paste-meta{color:#475569;margin-bottom:24px;font-size:12px}.code-container{background:#020617;border:1px solid #1e293b;border-radius:12px;width:100%;overflow:hidden}.code-header{color:#64748b;border-bottom:1px solid #1e293b;justify-content:space-between;align-items:center;gap:15px;min-height:44px;padding:0 16px;font-family:JetBrains Mono,Fira Code,monospace;font-size:11px;display:flex}.code-header-action{justify-content:space-between;align-items:center;gap:15px;display:flex}.code-container pre{color:#cbd5e1;tab-size:2;-webkit-overflow-scrolling:touch;margin:0;padding:24px;font-family:JetBrains Mono,Fira Code,SFMono-Regular,Consolas,monospace;font-size:13px;line-height:1.7;overflow-x:auto}.code-container code{white-space:pre;font-family:inherit}.paste-footer{justify-content:center;padding-top:28px;display:flex}.create-another{color:#60a5fa;font-size:13px;text-decoration:none}.create-another:hover{color:#93c5fd}@media (width<=768px){.paste-view-container{padding:50px 20px}.paste-view-header{gap:20px}.code-container pre{padding:20px}}@media (width<=600px){.paste-view-container{padding:40px 16px}.paste-view-header{flex-direction:column;align-items:stretch;gap:20px}.paste-actions{width:100%}.secondary-button,.primary-button{flex:1;min-height:46px}.paste-title-section h1{font-size:30px}.code-container{border-radius:10px}.code-header{padding:0 12px}.code-container pre{padding:16px;font-size:12px;line-height:1.65}}@media (width<=400px){.paste-view-container{padding:32px 12px}.paste-title-section h1{font-size:27px}.paste-actions{flex-direction:column}.secondary-button,.primary-button{width:100%}.code-container pre{padding:14px;font-size:11px}}.form-error{color:#fca5a5;background:#7f1d1d33;border:1px solid #f8717133;border-radius:8px;margin-top:-8px;margin-bottom:18px;padding:11px 13px;font-size:13px}.create-button:disabled{opacity:.6;cursor:not-allowed}.paste-state{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:600px;margin:0 auto;padding:100px 24px;display:flex}.paste-state h1{color:#f8fafc;margin:20px 0 8px;font-size:30px}.paste-state p{color:#64748b;margin:0;line-height:1.6}.state-icon{color:#64748b;background:#1e293b;border:1px solid #334155;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:24px;font-weight:600;display:flex}.state-button{color:#fff;justify-content:center;align-items:center;min-height:44px;margin-top:28px;padding:0 20px;text-decoration:none;display:inline-flex}.code-content{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.code-content pre{min-width:max-content}.paste-management{justify-content:flex-end;padding-top:16px;display:flex}.delete-button{color:#f87171;cursor:pointer;background:0 0;border:1px solid #f8717133;border-radius:8px;min-height:40px;padding:0 14px;font-size:12px;font-weight:600}.delete-button:hover{background:#7f1d1d26}@media (width<=600px){.paste-management{justify-content:stretch}.delete-button{width:100%}.paste-state{padding:70px 20px}.paste-state h1{font-size:26px}}
