     * {
            box-sizing: border-box;
        }

        body {
            background: #f4f7f6;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, system-ui, sans-serif;
            color: #0f172a;
            margin: 0;
            padding: 0 0 150px 0;
        }

        .container {
            width: 100%;
            max-width: 800px;
            margin: 0 auto;
            padding: 0 12px 25px;
        }

        .brand-header {
            text-align: center;
            padding: 30px 0 15px 0;
        }

        .brand-header .logo {
            font-size: 32px;
            font-weight: 900;
            letter-spacing: -1.5px;
            margin: 0;
        }

        .brand-header .logo span {
            color: #f59e0b;
        }

        .brand-subtext {
            font-size: 11px;
            font-weight: 800;
            color: #2563eb;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-top: 5px;
        }

        .facility-card {
            background: #ffffff;
            border-radius: 20px;
            border: 1px solid #e2e8f0;
            border-left: 8px solid #10b981;
            padding: 30px;
            margin-bottom: 18px;
            position: relative;
            box-shadow: 0 10px 25px -5px rgba(0,0,0,0.05);
        }

        .score-badge {
            position: absolute;
            top: 25px;
            right: 25px;
            background: #f0fdf4;
            border: 1px solid #bbf7d0;
            padding: 10px 15px;
            border-radius: 12px;
            text-align: center;
            min-width: 86px;
        }

        .score-val {
            font-size: 24px;
            font-weight: 900;
            color: #166534;
            display: block;
            line-height: 1;
            margin-top: 4px;
        }

        .score-label {
            font-size: 9px;
            font-weight: 900;
            text-transform: uppercase;
            color: #15803d;
            letter-spacing: 0.5px;
        }

        .label-small {
            font-size: 10px;
            font-weight: 900;
            color: #10b981;
            text-transform: uppercase;
            margin-bottom: 8px;
            display: block;
            letter-spacing: 0.6px;
        }

        .facility-name {
            font-size: 24px;
            font-weight: 900;
            text-transform: uppercase;
            margin: 0;
            color: #0f172a;
            line-height: 1.1;
            max-width: 75%;
        }

        .facility-address {
            font-size: 14px;
            color: #64748b;
            font-weight: 700;
            margin-top: 12px;
            text-transform: uppercase;
            display: block;
            line-height: 1.35;
        }

        .facility-id {
            display: inline-block;
            margin-top: 12px;
            font-size: 10px;
            font-weight: 900;
            color: #64748b;
            background: #f8fafc;
            border: 1px solid #e2e8f0;
            border-radius: 999px;
            padding: 6px 9px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .facility-summary {
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 18px;
            padding: 22px;
            margin-bottom: 14px;
            box-shadow: 0 8px 18px -8px rgba(0,0,0,0.08);
        }

        .facility-summary h2 {
            margin: 0 0 10px;
            font-size: 18px;
            font-weight: 900;
            color: #0f172a;
            line-height: 1.2;
        }

        .facility-summary p {
            margin: 0;
            font-size: 15px;
            line-height: 1.55;
            font-weight: 600;
            color: #475569;
        }

        .topic-chips {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin: 0 0 24px;
        }

        .topic-chips span {
            background: #ffffff;
            border: 1px solid #e2e8f0;
            color: #334155;
            border-radius: 999px;
            padding: 8px 11px;
            font-size: 11px;
            font-weight: 900;
            text-transform: uppercase;
            box-shadow: 0 6px 14px -10px rgba(0,0,0,0.15);
        }

        .section-label {
            font-size: 11px;
            font-weight: 900;
            color: #94a3b8;
            text-transform: uppercase;
            margin: 25px 0 15px 5px;
            letter-spacing: 1px;
        }

        .reviews-feed {
            margin-bottom: 26px;
        }

        .review-card {
            background: #ffffff;
            border-radius: 18px;
            border: 1px solid #e2e8f0;
            padding: 25px;
            margin-bottom: 12px;
            box-shadow: 0 8px 18px -12px rgba(0,0,0,0.12);
        }

        .stars {
            color: #f59e0b;
            font-size: 14px;
            margin-bottom: 10px;
            letter-spacing: 1px;
        }

        .review-label {
            font-size: 10px;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 0.6px;
            color: #10b981;
            margin-bottom: 8px;
        }

        .comment {
            font-size: 16px;
            font-weight: 800;
            line-height: 1.5;
            color: #1e293b;
            margin: 0;
        }

        .meta {
            font-size: 11px;
            font-weight: 900;
            color: #94a3b8;
            text-transform: uppercase;
            margin-top: 15px;
        }

        .empty-box {
            text-align: center;
            padding: 40px 22px;
            color: #64748b;
            font-weight: 800;
            background: #ffffff;
            border: 2px dashed #e2e8f0;
            border-radius: 20px;
            line-height: 1.45;
        }

        .empty-box strong {
            color: #0f172a;
            display: block;
            margin-bottom: 6px;
        }

        .add-intel-form {
            background: #ffffff;
            border-radius: 20px;
            padding: 25px;
            border: 1px solid #e2e8f0;
            margin-top: 30px;
            box-shadow: 0 8px 18px -12px rgba(0,0,0,0.12);
        }

        .add-intel-form h3 {
            font-size: 13px;
            font-weight: 900;
            color: #10b981;
            text-transform: uppercase;
            text-align: center;
            margin: 0 0 8px;
        }

        .form-helper {
            text-align: center;
            margin: 0 0 18px;
            color: #64748b;
            font-size: 13px;
            font-weight: 700;
            line-height: 1.35;
        }

        .add-intel-form select,
        .add-intel-form textarea {
            width: 100%;
            padding: 14px;
            border: 1px solid #e2e8f0;
            border-radius: 10px;
            background: #f8fafc;
            font-size: 16px;
            margin-bottom: 15px;
            font-family: inherit;
            color: #0f172a;
        }

        .add-intel-form textarea {
            min-height: 110px;
            resize: vertical;
            line-height: 1.45;
        }

        .submit-btn {
            width: 100%;
            background: #0f172a;
            color: #ffffff;
            border: none;
            padding: 16px;
            border-radius: 12px;
            font-weight: 900;
            text-transform: uppercase;
            cursor: pointer;
            letter-spacing: 0.5px;
        }

        .submit-btn:hover {
            background: #111827;
        }

        @media (max-width: 560px) {
            .container {
                padding-left: 10px;
                padding-right: 10px;
            }

            .brand-header {
                padding-top: 24px;
            }

            .facility-card {
                padding: 25px 18px;
            }

            .score-badge {
                position: static;
                display: inline-block;
                margin-bottom: 16px;
            }

            .facility-name {
                max-width: 100%;
                font-size: 22px;
            }

            .facility-summary {
                padding: 19px;
            }

            .facility-summary h2 {
                font-size: 17px;
            }

            .topic-chips span {
                font-size: 10px;
                padding: 7px 9px;
            }

            .review-card,
            .add-intel-form {
                padding: 20px;
            }
        }