:root{--forum-bg:#04111d;--forum-panel:rgba(7,26,42,.82);--forum-panel-2:rgba(10,35,55,.88);--forum-line:rgba(125,211,252,.18);--forum-text:#eef8ff;--forum-muted:#91a8b8;--forum-cyan:#24d4ff;--forum-yellow:#ffc83d;--forum-green:#39e19b;--forum-red:#ff6b7d}body.forum-page{margin:0;background:radial-gradient(circle at 75% 0%,rgba(0,167,255,.13),transparent 33%),linear-gradient(180deg,#03101b,#061827 58%,#03101a);color:var(--forum-text);min-height:100vh;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.forum-site{min-height:100vh}.forum-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:15px clamp(18px,4vw,70px);background:#020d17db;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(112,205,255,.12)}.forum-brand{display:flex;align-items:center;gap:14px;color:#fff;text-decoration:none}.forum-brand img{height:42px;width:auto;max-width:190px;object-fit:contain}.forum-nav{display:flex;align-items:center;gap:9px;flex-wrap:wrap;justify-content:flex-end}.forum-nav a,.forum-nav button{border:1px solid rgba(125,211,252,.18);background:#ffffff08;color:#dff6ff;border-radius:10px;padding:10px 14px;text-decoration:none;font-weight:800;font-size:12px;letter-spacing:.04em;cursor:pointer}.forum-nav a:hover,.forum-nav button:hover{border-color:#24d4ff8c;background:#24d4ff14}.forum-nav .forum-primary{background:linear-gradient(135deg,#0a9bc0,#21d4fb);color:#02141d;border-color:transparent;box-shadow:0 0 25px #24d4ff29}.forum-main{width:min(1500px,calc(100% - 32px));margin:0 auto;padding:52px 0 80px}.forum-hero{position:relative;overflow:hidden;border:1px solid rgba(125,211,252,.15);border-radius:24px;padding:clamp(28px,5vw,58px);background:linear-gradient(135deg,#092236f5,#041422d6);box-shadow:0 24px 70px #00000040}.forum-hero:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-130px;top:-210px;background:radial-gradient(circle,rgba(36,212,255,.24),transparent 68%);pointer-events:none}.forum-hero .eyebrow{display:inline-flex;color:#72e6ff;font-size:12px;font-weight:900;letter-spacing:.18em;margin-bottom:14px}.forum-hero h1{max-width:850px;font-size:clamp(32px,4.5vw,64px);line-height:1.02;margin:0 0 18px;letter-spacing:-.035em}.forum-hero p{max-width:860px;margin:0;color:#a9c0cf;line-height:1.75;font-size:15px}.forum-hero-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:27px}.forum-btn{border:1px solid rgba(125,211,252,.19);background:#ffffff0a;color:#effaff;border-radius:11px;padding:12px 16px;font-weight:900;font-size:12px;letter-spacing:.05em;text-decoration:none;cursor:pointer}.forum-btn.is-primary{background:linear-gradient(135deg,#00a6d1,#3ad9ff);border-color:transparent;color:#00131b}.forum-btn:disabled{opacity:.55;cursor:not-allowed}.forum-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:18px 0 26px}.forum-stat{border:1px solid var(--forum-line);background:#071c2db8;border-radius:15px;padding:16px 18px}.forum-stat span{display:block;color:#7595a9;font-size:10px;letter-spacing:.12em;font-weight:900;margin-bottom:7px}.forum-stat strong{font-size:21px;color:#fff}.forum-stat strong em{font-style:normal;color:#ffc83d;font-size:15px;margin-left:4px}.forum-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:25px 0 16px}.forum-filters{display:flex;gap:8px;flex-wrap:wrap}.forum-filter{border:1px solid var(--forum-line);background:#ffffff06;color:#9fb7c7;padding:9px 12px;border-radius:999px;font-size:11px;font-weight:900;letter-spacing:.08em;cursor:pointer}.forum-filter.is-active{background:#24d4ff1f;color:#6ce7ff;border-color:#24d4ff7a}.forum-search{position:relative;min-width:min(360px,100%)}.forum-search input{width:100%;box-sizing:border-box;background:#061727;border:1px solid var(--forum-line);border-radius:11px;padding:11px 13px;color:#fff;outline:none}.forum-search input:focus{border-color:#24d4ff8c;box-shadow:0 0 0 3px #24d4ff0f}.forum-feed{display:grid;gap:12px}.forum-topic{display:block;text-decoration:none;color:inherit;border:1px solid var(--forum-line);border-radius:17px;padding:18px;background:linear-gradient(135deg,#081e30e8,#041320eb);transition:.2s ease;box-shadow:0 12px 40px #0000001f}.forum-topic:hover{transform:translateY(-2px);border-color:#24d4ff6b;box-shadow:0 18px 50px #0003}.forum-topic-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.forum-topic-tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.forum-tag{display:inline-flex;padding:6px 9px;border-radius:999px;font-size:9px;font-weight:1000;letter-spacing:.12em;border:1px solid rgba(255,255,255,.11);background:#ffffff0d}.forum-tag.is-products{color:#ffd36a;border-color:#ffc83d59;background:#ffc83d14}.forum-tag.is-service{color:#70e6ff;border-color:#24d4ff57;background:#24d4ff14}.forum-tag.is-project{color:#7bf0b0;border-color:#39e19b57;background:#39e19b14}.forum-stars{color:#ffc83d;letter-spacing:2px;font-size:14px;white-space:nowrap}.forum-topic h2,.forum-topic h3{margin:0 0 8px;font-size:18px;color:#fff;letter-spacing:-.015em}.forum-topic p{margin:0;color:#93aabb;line-height:1.65;font-size:13px}.forum-topic footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:14px;padding-top:12px;border-top:1px solid rgba(125,211,252,.09);color:#708da2;font-size:11px}.forum-topic footer b{color:#b5d2e4}.forum-empty{border:1px dashed rgba(125,211,252,.22);border-radius:17px;padding:38px;text-align:center;background:#071b2c73;color:#8faabd}.forum-empty strong{display:block;color:#e8f8ff;font-size:18px;margin-bottom:8px}.forum-composer{display:none;margin:24px 0;border:1px solid rgba(36,212,255,.24);border-radius:20px;background:linear-gradient(135deg,#071e31fa,#04121efa);padding:clamp(20px,4vw,34px);box-shadow:0 22px 60px #0003}.forum-composer.is-open{display:block}.forum-composer-head{display:flex;justify-content:space-between;gap:20px;margin-bottom:20px}.forum-composer-head h2{margin:0;font-size:24px}.forum-composer-head p{margin:6px 0 0;color:#8fa7b7;font-size:13px}.forum-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.forum-field{display:grid;gap:7px}.forum-field.is-full{grid-column:1/-1}.forum-field>span,.forum-rating-field>span{font-size:10px;color:#8aa5b8;font-weight:900;letter-spacing:.12em}.forum-field input,.forum-field select,.forum-field textarea,.forum-reply-form textarea{width:100%;box-sizing:border-box;background:#051522;border:1px solid rgba(125,211,252,.16);border-radius:10px;color:#fff;padding:12px 13px;outline:none;font:inherit}.forum-field textarea,.forum-reply-form textarea{resize:vertical;min-height:130px}.forum-field input:focus,.forum-field select:focus,.forum-field textarea:focus,.forum-reply-form textarea:focus{border-color:#24d4ff85;box-shadow:0 0 0 3px #24d4ff0f}.forum-rating-field{display:grid;gap:9px}.forum-rating-picker{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:3px}.forum-rating-picker input{position:absolute;opacity:0;pointer-events:none}.forum-rating-picker label{font-size:30px;color:#314d5c;cursor:pointer;transition:.15s ease;line-height:1}.forum-rating-picker label:hover,.forum-rating-picker label:hover~label,.forum-rating-picker input:checked~label{color:#ffc83d;text-shadow:0 0 18px rgba(255,200,61,.18)}.forum-form-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:18px}.forum-form-status{min-height:20px;color:#8eabba;font-size:12px;margin-top:10px}.forum-form-status.is-error{color:#ff8797}.forum-form-status.is-success{color:#70e7aa}.forum-detail{display:none}.forum-detail.is-open{display:block}.forum-detail-back{display:inline-flex;margin:4px 0 14px;color:#8fdfff;text-decoration:none;font-weight:900;font-size:12px}.forum-detail-card{border:1px solid var(--forum-line);border-radius:20px;padding:clamp(20px,4vw,34px);background:linear-gradient(135deg,#081f31f2,#04121ef5)}.forum-detail-card h1{margin:13px 0 10px;font-size:clamp(25px,3vw,40px);line-height:1.1}.forum-detail-card .forum-detail-body{color:#afc2ce;line-height:1.75;font-size:14px;white-space:pre-wrap}.forum-detail-meta{display:flex;align-items:center;justify-content:space-between;gap:15px;color:#7391a4;font-size:11px;border-top:1px solid rgba(125,211,252,.09);margin-top:20px;padding-top:14px}.forum-replies{display:grid;gap:10px;margin-top:18px}.forum-replies>h2{font-size:17px;margin:10px 0 2px}.forum-reply{border:1px solid rgba(125,211,252,.12);border-radius:14px;padding:15px 17px;background:#061828bd}.forum-reply header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.forum-reply header strong{font-size:12px;color:#e6f7ff}.forum-reply header span{font-size:10px;color:#658296}.forum-reply p{margin:0;color:#9fb3bf;line-height:1.6;font-size:13px;white-space:pre-wrap}.forum-reply-form{margin-top:14px;border:1px solid rgba(36,212,255,.16);border-radius:15px;padding:16px;background:#061b2cbf}.forum-reply-form-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:10px}.forum-guest-note{margin-top:14px;border:1px solid rgba(255,200,61,.16);background:#ffc83d0d;border-radius:14px;padding:14px 16px;color:#aeb9bd;font-size:12px;display:flex;align-items:center;justify-content:space-between;gap:14px}.forum-preview{padding-top:32px!important;padding-bottom:48px!important}.forum-preview-shell{width:min(1500px,calc(100% - 32px));margin:0 auto;border:1px solid rgba(125,211,252,.14);border-radius:24px;background:linear-gradient(135deg,#051929f7,#061522eb);padding:clamp(24px,4vw,42px);box-shadow:0 24px 70px #0003}.forum-preview-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.forum-preview-head>div:first-child{max-width:830px}.forum-preview-head h2{font-size:clamp(27px,3.2vw,45px);margin:7px 0 12px;letter-spacing:-.025em}.forum-preview-head p{margin:0;color:#8fa8b9;line-height:1.7;font-size:14px}.forum-preview-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.forum-preview-filter{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:25px 0 13px;color:#66869b;font-size:9px;font-weight:900;letter-spacing:.12em}.forum-preview-filter span{margin-right:5px;color:#91aec0}.forum-preview-filter b{padding:6px 9px;border:1px solid rgba(125,211,252,.12);border-radius:999px;background:#ffffff06}.forum-preview-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.forum-preview-card{display:flex;flex-direction:column;min-height:190px;border:1px solid rgba(125,211,252,.14);border-radius:16px;padding:16px;text-decoration:none;color:inherit;background:linear-gradient(145deg,#081f31eb,#04121ef0);transition:.2s ease}.forum-preview-card:hover{transform:translateY(-3px);border-color:#24d4ff66}.forum-preview-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}.forum-preview-card h3{margin:0 0 8px;color:#fff;font-size:16px}.forum-preview-card p{margin:0;color:#8fa8b7;font-size:12px;line-height:1.58;flex:1}.forum-preview-card footer{display:flex;justify-content:space-between;gap:10px;margin-top:13px;padding-top:11px;border-top:1px solid rgba(125,211,252,.08);color:#68869a;font-size:10px}.forum-preview-card footer b{color:#a8c7d8}.forum-preview-empty{grid-column:1/-1;border:1px dashed rgba(125,211,252,.2);border-radius:15px;padding:26px;display:grid;gap:6px;text-align:center;color:#7796aa}.forum-preview-empty strong{color:#e7f8ff;font-size:16px}.forum-preview-empty a{color:#65e0ff;text-decoration:none;font-size:11px;font-weight:900;margin-top:4px}@media(max-width:900px){.forum-header{align-items:flex-start}.forum-nav{gap:6px}.forum-nav a,.forum-nav button{padding:8px 10px;font-size:10px}.forum-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.forum-toolbar{align-items:stretch;flex-direction:column}.forum-search{min-width:0}.forum-form-grid{grid-template-columns:1fr}.forum-field.is-full{grid-column:auto}.forum-preview-head{align-items:flex-start;flex-direction:column}.forum-preview-actions{justify-content:flex-start}.forum-preview-list{grid-template-columns:1fr}}@media(max-width:560px){.forum-header{position:relative;flex-direction:column}.forum-brand img{height:36px}.forum-nav{justify-content:flex-start}.forum-main{width:min(100% - 20px,1500px);padding-top:20px}.forum-hero{border-radius:17px;padding:24px 19px}.forum-stats{grid-template-columns:1fr 1fr}.forum-stat{padding:13px}.forum-stat strong{font-size:17px}.forum-topic{padding:15px}.forum-topic-top,.forum-topic footer,.forum-detail-meta{align-items:flex-start;flex-direction:column}.forum-guest-note{align-items:flex-start;flex-direction:column}.forum-preview-shell{width:min(100% - 20px,1500px);padding:22px 16px;border-radius:18px}}.forum-owner-actions{display:flex;justify-content:flex-end;margin-top:14px;padding-top:12px;border-top:1px solid rgba(125,211,252,.08)}.forum-delete-btn,.forum-delete-link{border:1px solid rgba(255,106,121,.28);background:#ff6a7912;color:#ff8e9a;border-radius:9px;font-weight:900;letter-spacing:.06em;cursor:pointer}.forum-delete-btn{padding:9px 12px;font-size:10px}.forum-delete-link{padding:5px 8px;font-size:9px}.forum-delete-btn:hover,.forum-delete-link:hover{background:#ff6a7924;border-color:#ff6a7980;color:#ffd7db}.forum-reply-meta{display:flex;align-items:center;gap:8px}
